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 85762d5 commit a42bc9bCopy full SHA for a42bc9b
.github/workflows/run-tests.yml
@@ -17,7 +17,7 @@ jobs:
17
laravel: [8.*,9.*]
18
stability: [prefer-lowest, prefer-stable]
19
include:
20
- - laravel: 9.*
+ - laravel: ^8.*|^9.*
21
testbench: ^6.6|^7.3
22
23
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
0 commit comments