Skip to content

Commit

Permalink
Tests: Specify PHP version in composer (#37007)
Browse files Browse the repository at this point in the history
* Tests: Specify PHP version in composer

* Update lockfile

Co-authored-by: Bernie Reiter <[email protected]>
Co-authored-by: George Mamadashvili <[email protected]>
  • Loading branch information
3 people authored Dec 8, 2021
1 parent 670953c commit 821ca9a
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 50 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
"issues": "https://github.com/WordPress/gutenberg/issues"
},
"config": {
"process-timeout": 0
"process-timeout": 0,
"platform": {
"php": "7.4"
}
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
Expand Down
98 changes: 49 additions & 49 deletions composer.lock

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

0 comments on commit 821ca9a

Please sign in to comment.