Skip to content

Commit

Permalink
Readd PHP 8.2 as supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
sascha-egerer committed Jan 17, 2025
1 parent f30db1e commit 6469bf1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
fail-fast: false
matrix:
include:
- typo3-version: "^13.4"
php-version: "8.2"
composer-flags: ""
- typo3-version: "^13.4"
php-version: "8.2"
composer-flags: " --prefer-lowest"
- typo3-version: "^13.4"
php-version: "8.3"
composer-flags: ""
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prefer-stable": true,
"prefer-source": true,
"require": {
"php": "^8.3",
"php": "^8.2",
"ext-simplexml": "*",
"phpstan/phpstan": "^2.1",
"typo3/cms-core": "^13.4.3",
Expand Down

0 comments on commit 6469bf1

Please sign in to comment.