We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51d898 commit 46fd880Copy full SHA for 46fd880
.github/workflows/run-tests.yml
@@ -16,7 +16,7 @@ jobs:
16
fail-fast: false
17
matrix:
18
os: [ ubuntu-latest, windows-latest, macos-latest ]
19
- php: [ 8.3, 8.2, 8.1, 8.0 ]
+ php: [8.4, 8.3, 8.2, 8.1, 8.0 ]
20
laravel: [ "11.*", "10.*", "9.*" ]
21
dependency-version: [prefer-lowest, prefer-stable]
22
include:
0 commit comments