Adding PHP 8.4 to the tests matrix (#6516)
This commit is contained in:
parent
f08e4f8bc5
commit
658a49a19e
|
@ -19,7 +19,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
php: [8.2, 8.3]
|
||||
php: [8.2, 8.3, 8.4]
|
||||
|
||||
name: PHP ${{ matrix.php }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue