Skip to content

Commit 1c64f7b

Browse files
committed
[TASK] Require PHP 8.2 or newer
PHP 8.1 is EOL for a long time.
1 parent d323708 commit 1c64f7b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
strategy:
2222
matrix:
2323
php:
24-
- '8.1'
2524
- '8.2'
2625
typo3:
2726
- ^11.5

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.1",
19+
"php": "^8.2",
2020
"doctrine/dbal": "^2.0 || ^3.0 || ^4.0",
2121
"psr/http-message": "^1.0 || ^2.0",
2222
"psr/http-server-handler": "^1.0",

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
app:
3-
image: thecodingmachine/php:${PHP_VERSION:-8.1}-v4-cli
3+
image: thecodingmachine/php:${PHP_VERSION:-8.2}-v4-cli
44
environment:
55
PHP_EXTENSION_INTL: 1
66
TYPO3_VERSION: ${TYPO3_VERSION:-^12.4}

0 commit comments

Comments
 (0)