Skip to content

Commit 930dfa6

Browse files
committed
Bump up requirements to PHP >=7.2
1 parent 0c310bf commit 930dfa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
17-
php-versions: ['7.1', '7.2', '7.3', '7.4']
17+
php-versions: ['7.2', '7.3', '7.4']
1818

1919
steps:
2020
- name: Set git to use LF

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
}
3939
],
4040
"require": {
41-
"php": ">= 7.1.3",
41+
"php": ">= 7.2",
4242
"phpspec/phpspec": "^5.0 || ^6.0",
4343
"phpunit/php-code-coverage": "^6.0 || ^7.0 || ^8.0"
4444
},

0 commit comments

Comments
 (0)