Skip to content

Commit

Permalink
require PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhujer committed Sep 8, 2022
1 parent 3e2cb2d commit 51358be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,17 @@ jobs:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest ]
php-versions: [ '7.4', '8.0', '8.1' ]
php-versions: [ '8.1' ]
composer-dependencies: [ '', '--prefer-lowest' ]
symfony-version: [ '' ]
extra-label: [ '' ]
include:
# SF 5.4
- php-versions: '7.4'
- php-versions: '8.1'
operating-system: ubuntu-latest
symfony-version: '5.4.*'
extra-label: 'SF 5.4'

# see https://github.com/laminas/laminas-code/issues/116
# - php-versions: '8.1'
# operating-system: ubuntu-latest
# symfony-version: '5.4.*'
# extra-label: 'SF 5.4'

# Windows
- php-versions: '7.4'
operating-system: windows-latest
coverage: xdebug

- php-versions: '8.0'
operating-system: windows-latest
coverage: xdebug

- php-versions: '8.1'
operating-system: windows-latest
coverage: xdebug
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "~7.4 || ~8.0",
"php": "~8.1",
"consistence-community/consistence": "~2.1",
"symfony/config": "^5.4||^6.0",
"symfony/dependency-injection": "^5.4||^6.0",
Expand All @@ -29,7 +29,7 @@
"twig/twig": "^1.41.0 || ^2.12.1 || ^3.0"
},
"require-dev": {
"consistence-community/coding-standard": "3.11.1",
"consistence-community/coding-standard": "3.11.2",
"matthiasnoback/symfony-dependency-injection-test": "4.3.0",
"phpstan/extension-installer": "1.1.0",
"phpstan/phpstan-phpunit": "1.1.1",
Expand Down

0 comments on commit 51358be

Please sign in to comment.