Skip to content

Commit

Permalink
[TASK] Updated build config
Browse files Browse the repository at this point in the history
  • Loading branch information
derhansen committed Oct 6, 2021
1 parent 7642c5d commit fb0b169
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
typo3: [^11.4, dev-master]
typo3: [^11.5]
php: ['7.4', '8.0']

steps:
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
],
"require": {
"php": "^7.4 || ^8.0",
"typo3/cms-core": "^11.4 || dev-master"
"typo3/cms-core": "^11.5"
},
"require-dev": {
"typo3/cms-backend": "^11.4 || dev-master",
"typo3/cms-frontend": "^11.4 || dev-master",
"typo3/cms-recordlist": "^11.4 || dev-master",
"typo3/cms-extbase": "^11.4 || dev-master",
"typo3/cms-fluid": "^11.4 || dev-master",
"typo3/cms-backend": "^11.5",
"typo3/cms-frontend": "^11.5",
"typo3/cms-recordlist": "^11.5",
"typo3/cms-extbase": "^11.5",
"typo3/cms-fluid": "^11.5",
"typo3/testing-framework": "^6.8.2",
"phpspec/prophecy": "^1.13",
"phpspec/prophecy-phpunit": "^2.0",
Expand Down

0 comments on commit fb0b169

Please sign in to comment.