Skip to content

Commit

Permalink
Remove 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Jan 18, 2022
1 parent bda36eb commit 73e5b88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,11 @@ jobs:

strategy:
matrix:
php: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1]
php: [7.2, 7.3, 7.4, 8.0, 8.1]
symfony: [4.x, 5.x, 6.x]
dependency-version: [prefer-lowest, prefer-stable]
os: [ubuntu-latest]
exclude:
- symfony: 5.x
php: 7.1
- symfony: 6.x
php: 7.1
- symfony: 6.x
php: 7.2
- symfony: 6.x
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^7.1.3|^8.0",
"php": "^7.2|^8.0",
"symfony/http-foundation": "^4|^5|^6",
"symfony/http-kernel": "^4|^5|^6"
},
Expand Down

0 comments on commit 73e5b88

Please sign in to comment.