Skip to content

Commit f440677

Browse files
authored
Merge pull request #212 from localheinz/fix/php7.4
Enhancement: Run build on PHP 7.4
2 parents 511e5f8 + a420dab commit f440677

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
php-version:
1919
- "7.2"
2020
- "7.3"
21+
- "7.4"
2122

2223
dependencies:
2324
- "highest"

generator/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"require": {
1010
"php": "^7.2",
1111
"ext-simplexml": "*",
12-
"ext-json": "^1.5",
12+
"ext-json": "*",
1313
"symfony/console": "^4.1.4",
1414
"symfony/process": "^4.1",
1515
"symfony/finder": "^4.1"

generator/composer.lock

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

0 commit comments

Comments
 (0)