We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edcacf7 commit 9c0166fCopy full SHA for 9c0166f
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
matrix:
17
os: [ ubuntu-latest ]
18
php: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
19
- laravel: [ '8.0', '9.33', '10.0', '11.0', '12' ]
+ laravel: [ '8.0', '9.33', '10.0', '11.0', '12.0' ]
20
stability: [ prefer-lowest, prefer-stable ]
21
exclude:
22
- php: '8.0'
0 commit comments