Skip to content

Commit b2e4a3c

Browse files
ci: remove PHP 8.2 support from test matrix
1 parent f6bdac9 commit b2e4a3c

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: true
2222
matrix:
2323
os: [ubuntu-latest, windows-latest]
24-
php: [8.4, 8.3, 8.2]
24+
php: [8.4, 8.3]
2525
laravel: [12.*, 11.*, 10.*]
2626
stability: [prefer-lowest, prefer-stable]
2727
include:
@@ -31,10 +31,6 @@ jobs:
3131
testbench: 9.*
3232
- laravel: 10.*
3333
testbench: 8.*
34-
exclude:
35-
# Laravel 12 kræver PHP 8.3+
36-
- laravel: 12.*
37-
php: 8.2
3834

3935
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
4036

@@ -71,7 +67,7 @@ jobs:
7167
strategy:
7268
fail-fast: true
7369
matrix:
74-
php: [8.4, 8.3, 8.2]
70+
php: [8.4, 8.3]
7571
laravel: [12.*, 11.*, 10.*]
7672
stability: [prefer-stable]
7773
include:
@@ -81,10 +77,6 @@ jobs:
8177
testbench: 9.*
8278
- laravel: 10.*
8379
testbench: 8.*
84-
exclude:
85-
# Laravel 12 kræver PHP 8.3+
86-
- laravel: 12.*
87-
php: 8.2
8880

8981
name: Redis Integration - P${{ matrix.php }} - L${{ matrix.laravel }}
9082

0 commit comments

Comments
 (0)