We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a7c1db commit 646ced9Copy full SHA for 646ced9
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: true
13
matrix:
14
php: [ "8.1", "8.2", "8.3", "8.4" ]
15
- laravel: [ "10.0", "11.0", "8.4" ]
+ laravel: [ "10.0", "11.0", "12.0" ]
16
exclude:
17
- laravel: "11.0"
18
php: "8.1"
0 commit comments