Skip to content

Commit 3133ea1

Browse files
committed
Fix GitHub Actions failure
Remove PHP 7.2 support
1 parent 0b8822c commit 3133ea1

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
php-version:
17-
- "7.2"
1817
- "7.3"
1918
- "7.4"
2019
dependencies:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"bin": ["bin/svc"],
1010
"require": {
11-
"php": "~7.2.29||~7.3.0||~7.4.0",
11+
"php": "~7.3.0||~7.4.0",
1212
"ext-json": "*",
1313
"phpstan/phpdoc-parser": "^0.3.5",
1414
"symfony/console": "~4.1.0||~4.4.0",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)