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 2764a9b commit 2a2355eCopy full SHA for 2a2355e
1 file changed
.github/workflows/run-tests.yml
@@ -13,12 +13,12 @@ jobs:
13
fail-fast: true
14
matrix:
15
os: [ubuntu-latest, windows-latest]
16
- php: [8.0]
17
- laravel: [8.*]
+ php: [8.0, 8.1]
+ laravel: [9.*]
18
stability: [prefer-lowest, prefer-stable]
19
include:
20
- - laravel: 8.*
21
- testbench: ^6.23
+ - laravel: 9.*
+ testbench: ^7.0
22
23
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
24
0 commit comments