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:
Maurício Meneghini Fauth 2023-08-30 10:48:46 -03:00
parent e64f1e9d6b
commit 846381b501
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8

View File

@ -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']