Skip to content

Commit 433d3f2

Browse files
chore: remove PHP 8.2 from CI pipelines (#2033)
1 parent 582cc3b commit 433d3f2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
fail-fast: false
5050
matrix:
51-
php: [ 8.2 ]
51+
php: [ 8.3 ]
5252

5353
name: PHP:${{ matrix.php }}
5454

.github/workflows/mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
php: [ 8.4, 8.3, 8.2 ]
41+
php: [ 8.4, 8.3 ]
4242
laravel: [ 11.*, 12.* ]
4343
dependency-version: [ prefer-stable ]
4444

.github/workflows/postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
php: [ 8.4, 8.3, 8.2 ]
42+
php: [ 8.4, 8.3 ]
4343
laravel: [ 11.*, 12.* ]
4444
dependency-version: [ prefer-stable ]
4545

.github/workflows/sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
php: [8.4, 8.3, 8.2 ]
30+
php: [8.4, 8.3 ]
3131
laravel: [ 11.*, 12.* ]
3232
dependency-version: [ prefer-stable ]
3333

0 commit comments

Comments
 (0)