Skip to content

Commit 1c84bd4

Browse files
committed
feat: drop php 8.2 support
1 parent c75afb7 commit 1c84bd4

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: "Install PHP"
1919
uses: "shivammathur/setup-php@v2"
2020
with:
21-
php-version: "8.2"
21+
php-version: "8.3"
2222
coverage: "none"
2323
tools: "cs2pr"
2424

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ jobs:
1616
strategy:
1717
matrix:
1818
php-version:
19-
- "8.2"
2019
- "8.3"
2120
- "8.4"
2221
dependencies:
2322
- "highest"
2423
include:
2524
- dependencies: "lowest"
26-
php-version: "8.2"
25+
php-version: "8.3"
2726

2827
steps:
2928
- name: "Checkout"

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: "Install PHP"
1919
uses: "shivammathur/setup-php@v2"
2020
with:
21-
php-version: "8.2"
21+
php-version: "8.3"
2222
coverage: "none"
2323
tools: "cs2pr"
2424

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"require": {
19-
"php": "^8.2",
19+
"php": "^8.3",
2020
"ext-json": "*",
2121
"psr/http-factory": "^1.0",
2222
"psr/http-message": "^1.0 || ^2.0"

0 commit comments

Comments
 (0)