Add PHP 8.3 to Tests Matrix (#6244)
This commit is contained in:
parent
74c5a01b09
commit
88695a7cf4
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue