Skip to content

Commit 4c9be1b

Browse files
committed
WIP
1 parent f55c124 commit 4c9be1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ ubuntu-latest ]
16-
php: [ 8.2, 8.3 ]
17-
laravel: [ 10.* ]
16+
php: [ 8.3 ]
17+
laravel: [ 11.* ]
1818
stability: [ prefer-stable ]
1919
include:
20-
- laravel: 10.*
21-
testbench: 8.*
20+
- laravel: 11.*
21+
testbench: 9.*
2222

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

0 commit comments

Comments
 (0)