mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-15 17:57:12 +00:00
Merge pull request #1950 from sergiy-petrov/sergiy-petrov-patch-1
Test against php 8.3
This commit is contained in:
commit
f403ff98d3
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-version: ['8.1', '8.2']
|
||||
php-version: ['8.1', '8.2', '8.3']
|
||||
quality_tools:
|
||||
name: Quality Tools
|
||||
timeout-minutes: 5
|
||||
@ -92,4 +92,4 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
php-version: ['8.1', '8.2']
|
||||
php-version: ['8.1', '8.2', '8.3']
|
||||
|
Loading…
Reference in New Issue
Block a user