Skip to content

Commit

Permalink
(yiisoft#7) Using Docker in Scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lver committed Mar 7, 2023
1 parent 7379232 commit 3240e84
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ filter:
build:
image: default-bionic

environment:
php:
version: 8.0.11
ini:
"xdebug.mode": coverage

nodes:
node-that-needs-docker:
environment:
Expand All @@ -26,8 +20,8 @@ build:
phpunit:
dependencies:
override:
- composer self-update
- composer update --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
- make build
- make test80

tests:
override:
Expand Down

0 comments on commit 3240e84

Please sign in to comment.