Skip to content

Commit 320b28f

Browse files
committed
Drop support for PHP 8.2 and 8.3 #12152
1 parent 2cbe731 commit 320b28f

4 files changed

Lines changed: 7 additions & 9 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ jobs:
66
strategy:
77
matrix:
88
php-version:
9-
- '8.2'
10-
- '8.3'
119
- '8.4'
1210
- '8.5'
1311

@@ -51,7 +49,7 @@ jobs:
5149
- name: Setup PHP, with composer and extensions
5250
uses: shivammathur/setup-php@v2
5351
with:
54-
php-version: 8.2
52+
php-version: 8.4
5553
coverage: none
5654
tools: cs2pr
5755

@@ -77,7 +75,7 @@ jobs:
7775
- name: Setup PHP, with composer and extensions
7876
uses: shivammathur/setup-php@v2
7977
with:
80-
php-version: 8.2
78+
php-version: 8.4
8179
coverage: none
8280

8381
- name: Cache composer dependencies
@@ -104,7 +102,7 @@ jobs:
104102
- name: Setup PHP, with composer and extensions
105103
uses: shivammathur/setup-php@v2
106104
with:
107-
php-version: 8.2
105+
php-version: 8.4
108106
coverage: pcov
109107

110108
- name: Cache composer dependencies

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build:
1414
analysis:
1515
image: default-bionic
1616
environment:
17-
php: 8.2
17+
php: 8.4
1818
tests:
1919
override:
2020
- php-scrutinizer-run

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"require": {
27-
"php": "^8.2",
27+
"php": "^8.4",
2828
"ext-json": "*",
2929
"laminas/laminas-diactoros": "^3.8",
3030
"psr/http-server-middleware": "^1.0",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)