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

View File

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