Skip to content

Commit f7e70cf

Browse files
committed
Dropped support for PHP 7.1
1 parent 7a68c8f commit f7e70cf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test-suite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
strategy:
3838
matrix:
39-
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0']
39+
php-versions: ['7.2', '7.3', '7.4', '8.0']
4040

4141
steps:
4242
- name: Checkout Repository

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@
2323
"issues": "https://github.com/PHLAK/SemVer/issues"
2424
},
2525
"require": {
26-
"php": ">=7.1"
26+
"php": ">=7.2"
2727
},
2828
"require-dev": {
29-
"php": ">=7.2",
3029
"phlak/coding-standards": "^2.0",
3130
"psy/psysh": "^0.10",
3231
"vimeo/psalm": "^4.3",

0 commit comments

Comments
 (0)