Skip to content

Commit

Permalink
feat: Allow Neos 9
Browse files Browse the repository at this point in the history
  • Loading branch information
paxuclus committed Nov 1, 2024
1 parent d42718a commit 4fa09b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/functionaltests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ 7.4, 8.0, 8.1 ]
flow-version: [ 7.3, 8.0 ]
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, 8.1, 8.2, 8.3 ]
flow-version: [ 8.0, '9.0.0-beta' ]

env:
APP_ENV: true
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ 7.4, 8.0, 8.1 ]
flow-version: [ 7.3, 8.0 ]
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, 8.1, 8.2, 8.3 ]
flow-version: [ 8.3, '9.0.0-beta' ]

env:
APP_ENV: true
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "neos-package",
"license": "MIT",
"require": {
"php": "^7.4 || ^8.0",
"neos/flow": "^7.3.6 || ^8.0.4",
"php": "^8.0",
"neos/flow": "^7.3.6 || ^8.0.4 || ~9.0.0",
"sentry/sdk": "^3.1",
"ext-openssl": "*",
"ext-json": "*"
Expand Down

0 comments on commit 4fa09b0

Please sign in to comment.