Skip to content

Commit 33d9c8a

Browse files
Workflow fix 6
1 parent d83da84 commit 33d9c8a

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,9 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [8.1, 8.2, 8.3, 8.4]
17-
laravel: [^10, ^11, ^12]
16+
php: [8.3, 8.4]
17+
laravel: [^11, ^12]
1818
scout: [^10]
19-
exclude:
20-
- php: 8.1
21-
laravel: ^11
22-
- php: 8.1
23-
laravel: ^12
24-
- php: 8.4
25-
laravel: ^10
2619

2720
name: Test PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Scout ${{ matrix.scout }}
2821

0 commit comments

Comments
 (0)