We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ad32f commit 29df0ecCopy full SHA for 29df0ec
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: true
10
matrix:
11
os: [ubuntu-latest, windows-latest]
12
- php: [8.2,8.3]
+ php: [8.2,8.3,8.4]
13
laravel: [9.*,10.*,11.*]
14
stability: [prefer-lowest, prefer-stable]
15
include:
0 commit comments