Skip to content

Commit 769033d

Browse files
authored
Remove L10 from test matrix (#203)
1 parent bc865bd commit 769033d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@ jobs:
1818
matrix:
1919
os: [ ubuntu-latest, windows-latest, macos-latest ]
2020
php: [ 8.4, 8.3 ]
21-
laravel: [ '10.*', '11.*', '12.*' ]
21+
laravel: [ '11.*', '12.*' ]
2222
stability: [ prefer-lowest, prefer-stable ]
23-
exclude:
24-
- laravel: 10.*
25-
php: 8.4
2623

2724
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2825

0 commit comments

Comments
 (0)