Add PHP 8.3 to Tests Matrix (#6244)

This commit is contained in:
Julius Kiekbusch 2023-09-20 15:58:12 +02:00 committed by GitHub
parent 74c5a01b09
commit 88695a7cf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
name: PHP ${{ matrix.php }}