Skip to content

Commit f748059

Browse files
committed
wip
1 parent b170722 commit f748059

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/run-tests.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: [ubuntu-latest, windows-latest]
19-
php: [8.1, 8.2, 8.3]
20-
laravel: ['10.*', '11.*', '12.*']
19+
php: [8.2, 8.3, 8.4]
20+
laravel: ['11.*', '12.*']
2121
stability: [prefer-lowest, prefer-stable]
2222
include:
2323
- laravel: 10.*
@@ -29,11 +29,6 @@ jobs:
2929
- laravel: 12.*
3030
testbench: 10.*
3131
carbon: '*'
32-
exclude:
33-
- laravel: 11.*
34-
php: 8.1
35-
- laravel: 12.*
36-
php: 8.1
3732

3833
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3934

0 commit comments

Comments
 (0)