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 f35f6d5 commit 7fe43b9Copy full SHA for 7fe43b9
.github/workflows/run-tests.yml
@@ -15,6 +15,8 @@ jobs:
15
include:
16
- laravel: 8.*
17
testbench: 6.*
18
+ - laravel: 9.*
19
+ testbench: 7.*
20
21
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
22
0 commit comments