Test against php 8.4 (#1592)

* Test against php 8.4

* Test against php 8.4

---------

Co-authored-by: Barry vd. Heuvel <[email protected]>
This commit is contained in:
Serhii Petrov
2024-10-17 18:39:39 +02:00
committed by GitHub
co-authored by Barry vd. Heuvel
parent 085ca3e225
commit 2acec73fdd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2019]
php: [8.3, 8.2]
php: [8.4, 8.3, 8.2]
laravel: [^11.15]
stability: [prefer-lowest, prefer-stable]
steps: