Skip to content

Commit

Permalink
TASK: Update version matrix and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gradinarufelix committed Dec 10, 2023
1 parent 9da4525 commit 7062978
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: [ '7.4' ]
neos-versions: [ '7.3' ]
php-versions: [ '8.0', '8.1' ]
neos-versions: [ '7.3', '8.3' ]
include:
- php-versions: '8.1'
- php-versions: '8.2'
neos-versions: '8.3'
runs-on: ubuntu-latest

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"name": "sitegeist/lostintranslation",
"license": "GPL-3.0-or-later",
"require": {
"neos/neos": "^5.3 || ^7.0 || ^8.0 || dev-master",
"php": "^8.0",
"neos/neos": "^7.0 || ^8.0 || dev-master",
"neos/http-factories": "^6.3 || ^7.0 || ^8.0 || dev-master"
},
"autoload": {
Expand Down

0 comments on commit 7062978

Please sign in to comment.