Skip to content

Commit ecb4c99

Browse files
committed
WIP
1 parent 81aaa5c commit ecb4c99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
max-parallel: 1
1515
matrix:
1616
os: [ ubuntu-latest, windows-latest ]
17-
php: [ 8.2, 8.3 ]
18-
laravel: [ 10.* ]
17+
php: [ 8.3 ]
18+
laravel: [ 11.* ]
1919
stability: [ prefer-lowest, prefer-stable ]
2020
include:
21-
- laravel: 10.*
22-
testbench: 8.*
21+
- laravel: 11.*
22+
testbench: 9.*
2323

2424
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2525

0 commit comments

Comments
 (0)