Skip to content

Commit

Permalink
Merge pull request #248 from Flowpack/feature/bump-php-version
Browse files Browse the repository at this point in the history
FEATURE: Bump PHP minimum version to 8.1
  • Loading branch information
Sebobo authored Oct 28, 2024
2 parents cb02a76 + c12b3ec commit 9e91555
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.1

- name: Cache dependencies
uses: actions/cache@v3
Expand All @@ -43,14 +43,15 @@ jobs:
- name: Install dependencies
uses: php-actions/composer@v6
with:
php_version: 7.4
php_version: 8.1
version: 2

- name: PHPStan
uses: php-actions/phpstan@v3
with:
php_version: 7.4
php_version: 8.1
command: analyse
path: 'Classes/'

php-unit-tests:
env:
Expand All @@ -62,7 +63,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.4']
php-versions: ['8.1']
flow-versions: ['7.3']

steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "This module allows managing media assets including pictures, videos, audio and documents.",
"type": "neos-package",
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.1",
"neos/media": "^7.3 || ~8.0",
"neos/neos": "^7.3 || ~8.0",
"neos/neos-ui": "^7.3 || ~8.0",
Expand Down

0 comments on commit 9e91555

Please sign in to comment.