Skip to content

Commit

Permalink
feat: Allow Flow 9
Browse files Browse the repository at this point in the history
This drops support for Flow 7.3
  • Loading branch information
paxuclus committed Nov 1, 2024
1 parent ecd6300 commit 8ca936e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ jobs:
fail-fast: false
matrix:
php-version: [8.0, 8.1, 8.2, 8.3]
flow-version: [7.3, 8.0]
flow-version: [8.3, '9.0.0-beta']

exclude:
# Disable Flow 8.0 on PHP 7, as 8.0 is required
- php-version: 7.4
flow-version: 8.0
- php-version: 8.0
flow-version: '9.0.0-beta'
- php-version: 8.1
flow-version: '9.0.0-beta'

env:
FLOW_CONTEXT: Testing/Unit
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"require": {
"php": ">=8.0 <8.4",
"neos/flow": "^7.3 || ^8.0",
"neos/flow": "^8.0 || ^9.0",
"doctrine/migrations": "^3.1"
},
"autoload": {
Expand Down

0 comments on commit 8ca936e

Please sign in to comment.