We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a1b299 + b59148b commit a67bcf0Copy full SHA for a67bcf0
.github/workflows/tests.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- php: [ 8.3, 8.2 ]
+ php: [ 8.4, 8.3, 8.2 ]
14
laravel: [ 11.*, 10.* ]
15
dependency-version: [ prefer-stable ]
16
include:
0 commit comments