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 66a9477 commit 2294243Copy full SHA for 2294243
.github/workflows/main.yml
@@ -27,6 +27,8 @@ jobs:
27
php: "8.1"
28
- laravel: "8.*"
29
testbench: "9.*"
30
+ - laravel: "11.*"
31
+ testbench: "6.*"
32
33
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ubuntu-latest
34
0 commit comments