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 50ef79c commit 2379efdCopy full SHA for 2379efd
.github/workflows/run-tests.yml
@@ -13,11 +13,11 @@ jobs:
13
fail-fast: true
14
matrix:
15
os: [ubuntu-latest, windows-latest]
16
- php: [8.1]
17
- laravel: [9.*]
+ php: [8.1,8.2]
+ laravel: [9.*,10.*]
18
stability: [prefer-lowest, prefer-stable]
19
include:
20
- - laravel: 9.*
+ - laravel: 9.*,10.*
21
testbench: 7.*
22
23
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
0 commit comments