Skip to content

Commit 6469bf1

Browse files
committed
Readd PHP 8.2 as supported version
1 parent f30db1e commit 6469bf1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/tests.yml

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
include:
15+
- typo3-version: "^13.4"
16+
php-version: "8.2"
17+
composer-flags: ""
18+
- typo3-version: "^13.4"
19+
php-version: "8.2"
20+
composer-flags: " --prefer-lowest"
1521
- typo3-version: "^13.4"
1622
php-version: "8.3"
1723
composer-flags: ""

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"prefer-stable": true,
1313
"prefer-source": true,
1414
"require": {
15-
"php": "^8.3",
15+
"php": "^8.2",
1616
"ext-simplexml": "*",
1717
"phpstan/phpstan": "^2.1",
1818
"typo3/cms-core": "^13.4.3",

0 commit comments

Comments
 (0)