Skip to content

Commit 538a2e8

Browse files
committed
update github action
1 parent c74f143 commit 538a2e8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@ jobs:
2121
fail-fast: true
2222
matrix:
2323
os: [ubuntu-latest, windows-latest]
24-
php: [8.4, 8.3]
25-
laravel: [12.*, 11.*]
24+
php: [8.4]
25+
laravel: [12.*]
2626
stability: [prefer-lowest, prefer-stable]
2727
include:
2828
- laravel: 12.*
2929
testbench: 10.*
30-
- laravel: 11.*
31-
testbench: 9.*
3230

3331
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3432

0 commit comments

Comments
 (0)