ci: re-enable tests with PHP 8.3 (#306)

This commit is contained in:
Kévin Dunglas 2023-11-17 11:03:21 +01:00 committed by GitHub
parent d80cc88ae1
commit 39b4f75365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['8.2'] # 8.3 is disabled because of https://github.com/shivammathur/setup-php/issues/783
php-versions: ['8.2', '8.3']
steps:
-
uses: actions/checkout@v4