Skip to content

Commit

Permalink
fix: Adjust composer requirements and build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
paxuclus committed Oct 24, 2023
1 parent 45f1846 commit 947471a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 50 deletions.
26 changes: 2 additions & 24 deletions .github/workflows/functionaltests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ 7.2, 7.3, 7.4, 8.0, 8.1 ]
flow-version: [ 5.3, 6.3, 7.3, 8.0 ]
exclude:
# Disable Flow 5.3 and 6.3 on PHP 8.0, as only ^7.2 is supported
- php-version: 8.0
flow-version: 5.3
- php-version: 8.0
flow-version: 6.3
- php-version: 8.1
flow-version: 5.3
- php-version: 8.1
flow-version: 6.3

# Disable Flow 7.0 on PHP 7.2, as 7.3 is required
- php-version: 7.2
flow-version: 7.3

# Disable Flow 8.0 on PHP 7, as 8.0 is required
- php-version: 7.2
flow-version: 8.0
- php-version: 7.3
flow-version: 8.0
- php-version: 7.4
flow-version: 8.0
php-version: [ 7.2, 7.3, 7.4 ]
flow-version: [ 5.3, 6.3 ]

env:
APP_ENV: true
Expand Down
26 changes: 2 additions & 24 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ 7.2, 7.3, 7.4, 8.0, 8.1 ]
flow-version: [ 5.3, 6.3, 7.3, 8.0 ]
exclude:
# Disable Flow 5.3 and 6.3 on PHP 8.0, as only ^7.2 is supported
- php-version: 8.0
flow-version: 5.3
- php-version: 8.0
flow-version: 6.3
- php-version: 8.1
flow-version: 5.3
- php-version: 8.1
flow-version: 6.3

# Disable Flow 7.0 on PHP 7.2, as 7.3 is required
- php-version: 7.2
flow-version: 7.3

# Disable Flow 8.0 on PHP 7, as 8.0 is required
- php-version: 7.2
flow-version: 8.0
- php-version: 7.3
flow-version: 8.0
- php-version: 7.4
flow-version: 8.0
php-version: [ 7.2, 7.3, 7.4 ]
flow-version: [ 5.3, 6.3 ]

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.2 || ^8.0",
"neos/flow": "^5.3 || ^6.3 || ^7.0 || ^8.0",
"php": "^7.2",
"neos/flow": "^5.3 || ^6.3",
"sentry/sdk": "^3.1"
},
"autoload": {
Expand Down

0 comments on commit 947471a

Please sign in to comment.