Skip to content

Commit

Permalink
TASK: Raise PHP version in sync with flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaeslich committed Jun 27, 2024
1 parent 9b00a77 commit aa04d8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['8.0', '8.1', '8.2', '8.3']
php-versions: ['8.2', '8.3']
dependencies: ['highest']
composer-arguments: [''] # to run --ignore-platform-reqs in experimental builds
static-analysis: ['no']
experimental: [false]
include:
- php-versions: '8.1'
- php-versions: '8.2'
static-analysis: 'yes'
experimental: false
dependencies: 'highest'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "neos-package-collection",
"require": {
"neos/flow-development-collection": "8.4.x-dev",
"php": "^8.0",
"php": "^8.2",
"neos/flow": "*",
"neos/cache": "*",
"neos/eel": "*",
Expand Down

0 comments on commit aa04d8e

Please sign in to comment.