Test with PHP 8.3
PHP 8.3 is not experimental anymore. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
e64f1e9d6b
commit
846381b501
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
||||
continue-on-error: ${{ matrix.experimental }}
|
||||
strategy:
|
||||
matrix:
|
||||
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
|
||||
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
|
||||
experimental: [false]
|
||||
os: [ubuntu-latest]
|
||||
phpunit-options: ['--testsuite unit']
|
||||
|
||||
Loading…
Reference in New Issue
Block a user