Skip to content

Commit

Permalink
feat: Drop support for PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paxuclus committed Nov 23, 2023
1 parent 5739f00 commit 9f5f1e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/functionaltests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ 7.3, 7.4, 8.0, 8.1 ]
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.3
flow-version: 8.0
- php-version: 7.4
flow-version: 8.0

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ 7.3, 7.4, 8.0, 8.1 ]
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.3
flow-version: 8.0
- php-version: 7.4
flow-version: 8.0

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "neos-package",
"license": "MIT",
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.4 || ^8.0",
"neos/flow": "^7.3.6 || ^8.0.4",
"sentry/sdk": "^3.1",
"ext-openssl": "*",
Expand Down

0 comments on commit 9f5f1e2

Please sign in to comment.