Skip to content

Commit

Permalink
chore: drop support for php8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tlayh committed Jul 1, 2024
1 parent e5543e1 commit 84cdccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ jobs:
fail-fast: false
matrix:
typo3: [ ^11.5, ^12.4 ]
php: [ '8.0', '8.1', '8.2', '8.3' ]
php: [ '8.1', '8.2', '8.3' ]
mysql: [ '5.7' ]
exclude:
- typo3: '^12.4'
php: '8.0'

steps:
- name: Set up MySQL ${{ matrix.mysql }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^8.0",
"php": ">8.0",
"ext-pdo": "*",
"typo3/cms-core": "^11.5 || ^12.4",
"typo3/cms-extbase": "*"
Expand Down

0 comments on commit 84cdccd

Please sign in to comment.