Skip to content

Commit

Permalink
Merge pull request #190 from stephanvierkant/php
Browse files Browse the repository at this point in the history
Allow only supported PHP versions
  • Loading branch information
OwlyCode authored Dec 15, 2021
2 parents 2ed50a6 + f700891 commit 035af79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
operating-system: [ ubuntu-latest, macos-latest ]
php-versions: [ '7.3', '7.4', '8.0', '8.1' ]
php-versions: [ '7.4', '8.0', '8.1' ]
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": "^7.2 || ^8.0",
"php": "^7.4 || ^8.0",
"symfony/console": "^4.4 || ^5.3 || ^6.0",
"symfony/finder": "^4.4 || ^5.3 || ^6.0",
"symfony/filesystem": "^4.4 || ^5.3 || ^6.0"
Expand Down

0 comments on commit 035af79

Please sign in to comment.