Skip to content

Commit 04e98e1

Browse files
committed
Bump CI to only run supported versions
1 parent cb2140d commit 04e98e1

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,12 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
php: [8.1, 8.2, 8.3, 8.4, 8.5]
20-
laravel: [10, 11, 12, 13]
19+
php: [8.3, 8.4, 8.5]
20+
laravel: [11, 12, 13]
2121
exclude:
2222
- php: 8.5
23-
laravel: 10
24-
- php: 8.5
25-
laravel: 11
26-
- php: 8.4
27-
laravel: 10
28-
- php: 8.2
29-
laravel: 13
30-
- php: 8.1
3123
laravel: 11
32-
- php: 8.1
33-
laravel: 12
34-
- php: 8.1
24+
- php: 8.3
3525
laravel: 13
3626

3727
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

0 commit comments

Comments
 (0)