Skip to content

Commit

Permalink
Trying to set PHP version in Scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
moufmouf committed Oct 27, 2020
1 parent 3be217b commit 50835d5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ checks:
php: true

build:
environment:
php: 7.4
nodes:
my-tests:
dependencies:
before:
- cd tests && ./run.sh
environment:
php:
version: "7.4"
analysis:
tests:
override:
Expand Down

0 comments on commit 50835d5

Please sign in to comment.