We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c186d commit 591fad1Copy full SHA for 591fad1
.github/workflows/run-tests.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: true
14
matrix:
15
os: [ubuntu-latest]
16
- php: [8.3, 8.2, 8.1]
+ php: [8.4, 8.3, 8.2, 8.1]
17
laravel: ['^11.0', '^10.0']
18
stability: [prefer-lowest, prefer-stable]
19
exclude:
0 commit comments