Skip to content

Commit e80e696

Browse files
committed
#206: Updated minimal required PHP version to 7.2
1 parent 6a36203 commit e80e696

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php-versions: ['7.1', '7.2', '7.3', '7.4']
16+
php-versions: ['7.2', '7.3', '7.4']
1717
name: Tests with PHP ${{ matrix.php-versions }}
1818

1919
steps:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "phpcodesniffer-standard",
99
"version": "6",
1010
"require": {
11-
"php": ">=7.1",
11+
"php": ">=7.2",
1212
"squizlabs/php_codesniffer": "^3.5",
1313
"webonyx/graphql-php": "^14.9"
1414
},

composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)