Skip to content

Commit cf3d73d

Browse files
committed
Fix: remove laravel 10 from matrix
1 parent 03be23c commit cf3d73d

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
@@ -20,10 +20,10 @@ jobs:
2020
strategy:
2121
fail-fast: true
2222
matrix:
23-
os: [ubuntu-latest, windows-latest]
24-
php: [8.4, 8.3]
25-
laravel: [12.*, 11.*, 10.*]
26-
stability: [prefer-lowest, prefer-stable]
23+
os: [ ubuntu-latest, windows-latest ]
24+
php: [ 8.4, 8.3 ]
25+
laravel: [ 12.*, 11.* ]
26+
stability: [ prefer-lowest, prefer-stable ]
2727
include:
2828
- laravel: 12.*
2929
testbench: 10.*

0 commit comments

Comments
 (0)