Skip to content

Commit a672058

Browse files
committed
Remove Laravel 10 and PHP 8.1 from testing matrix
1 parent e578d70 commit a672058

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,19 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php: [8.1, 8.2, 8.3, 8.4]
16-
laravel: [10.*, 11.*, 12.*]
15+
php: [8.2, 8.3, 8.4]
16+
laravel: [11.*, 12.*]
1717
stability: [prefer-lowest, prefer-stable]
1818
os: [ubuntu-latest]
1919
include:
20-
- os: windows-latest
21-
php: 8.3
22-
laravel: 10.*
23-
stability: prefer-stable
2420
- os: windows-latest
2521
php: 8.3
2622
laravel: 11.*
2723
stability: prefer-stable
28-
exclude:
29-
- php: 8.1
30-
laravel: 11.*
31-
- php: 8.1
24+
- os: windows-latest
25+
php: 8.4
3226
laravel: 12.*
33-
- php: 8.4
34-
laravel: 10.*
27+
stability: prefer-stable
3528

3629
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3730

0 commit comments

Comments
 (0)