Skip to content

Commit ff6732f

Browse files
committed
Fix workflow with actual versions
1 parent 3b1317a commit ff6732f

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/laravel.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,13 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
php: [8.0, 7.4, 7.3, 7.2]
15-
laravel: [8.*, 7.*, 6.*]
14+
php: [8.2]
15+
laravel: [11.*]
1616
dependency-version: [prefer-lowest, prefer-stable]
1717
os: [ubuntu-latest]
1818
include:
19-
- laravel: 8.*
20-
testbench: 6.*
21-
- laravel: 7.*
22-
testbench: 5.*
23-
- laravel: 6.*
24-
testbench: 4.*
25-
exclude:
26-
- laravel: 8.*
27-
php: 7.2
19+
- laravel: 11.*
20+
testbench: 9.*
2821

2922
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
3023

0 commit comments

Comments
 (0)