Skip to content

Commit

Permalink
feat: Add Flow 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
paxuclus committed Nov 1, 2024
1 parent dbac121 commit ef7cb1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/functionaltests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ 7.4, 8.1 ]
flow-version: [ 5.3, 6.3, 7.3, 8.1 ]
php-version: [ 8.0, 8.1, 8.2, 8.3 ]
flow-version: [ '8.3', '9.0.0-beta' ]
exclude:
- php-version: 8.0
flow-version: '9.0.0-beta'
- php-version: 8.1
flow-version: 5.3
- php-version: 8.1
flow-version: 6.3
- php-version: 7.4
flow-version: 8.1
flow-version: '9.0.0-beta'

env:
APP_ENV: true
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"keywords": ["neos", "resources", "storage", "compression", "zlib"],
"license": "MIT",
"require": {
"php": "^7.4 || ^8.0",
"neos/flow": "^5.3 || ^6.3 || ^7.3 || ^8.1",
"neos/utility-files": "^5.3 || ^6.3 || ^7.3 || ^8.1"
"php": "^8.0",
"neos/flow": "^8.3 || ^9.0",
"neos/utility-files": "^8.3 || ^9.0"
},
"suggest": {
"ext-zlib": "For using zlib compression",
Expand Down

0 comments on commit ef7cb1e

Please sign in to comment.