Skip to content

Commit

Permalink
[TASK] Drop support for PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrodala committed Apr 22, 2024
1 parent 00f7435 commit 125f417
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
strategy:
matrix:
php:
- '8.0'
- '8.1'
typo3:
- '^11.5'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.1",
"elasticsearch/elasticsearch": "^5.0 || ^7.0",
"symfony/polyfill-php80": "^1.26",
"typo3/cms-backend": "^11.5",
Expand Down

0 comments on commit 125f417

Please sign in to comment.