Skip to content

Commit

Permalink
Merge pull request #212 from localheinz/fix/php7.4
Browse files Browse the repository at this point in the history
Enhancement: Run build on PHP 7.4
  • Loading branch information
Kharhamel committed Mar 24, 2020
2 parents 511e5f8 + a420dab commit f440677
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
php-version:
- "7.2"
- "7.3"
- "7.4"

dependencies:
- "highest"
Expand Down
2 changes: 1 addition & 1 deletion generator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"require": {
"php": "^7.2",
"ext-simplexml": "*",
"ext-json": "^1.5",
"ext-json": "*",
"symfony/console": "^4.1.4",
"symfony/process": "^4.1",
"symfony/finder": "^4.1"
Expand Down
7 changes: 4 additions & 3 deletions generator/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f440677

Please sign in to comment.