We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d323708 commit 1c64f7bCopy full SHA for 1c64f7b
.github/workflows/ci.yml
@@ -21,7 +21,6 @@ jobs:
21
strategy:
22
matrix:
23
php:
24
- - '8.1'
25
- '8.2'
26
typo3:
27
- ^11.5
composer.json
@@ -16,7 +16,7 @@
16
}
17
],
18
"require": {
19
- "php": "^8.1",
+ "php": "^8.2",
20
"doctrine/dbal": "^2.0 || ^3.0 || ^4.0",
"psr/http-message": "^1.0 || ^2.0",
"psr/http-server-handler": "^1.0",
docker-compose.yml
@@ -1,6 +1,6 @@
1
services:
2
app:
3
- image: thecodingmachine/php:${PHP_VERSION:-8.1}-v4-cli
+ image: thecodingmachine/php:${PHP_VERSION:-8.2}-v4-cli
4
environment:
5
PHP_EXTENSION_INTL: 1
6
TYPO3_VERSION: ${TYPO3_VERSION:-^12.4}
0 commit comments