We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d764254 commit 4330dbdCopy full SHA for 4330dbd
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
fail-fast: true
17
matrix:
18
php: [ 8.2, 8.3 ]
19
- laravel: [ 10.* ]
+ laravel: [ 10.*, 11.* ]
20
21
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
22
0 commit comments