Skip to content

Commit

Permalink
Fix Scrutinizer build
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Sep 24, 2022
1 parent 3991de1 commit 00610bb
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,31 @@ build:
before:
- sudo apt update
- sudo apt upgrade -f -s

environment:
php:
version: 8.1
ini:
"xdebug.mode": coverage
pecl_extensions:
- swoole-5.0.0
- openssl version

nodes:
analysis:
environment:
php:
version: 8.1
ini:
"xdebug.mode": coverage
pecl_extensions:
- swoole-5.0.0

tests:
override:
- php-scrutinizer-run

phpunit:
environment:
php:
version: 8.1
ini:
"xdebug.mode": coverage
pecl_extensions:
- swoole-5.0.0

dependencies:
override:
- composer self-update
Expand Down

0 comments on commit 00610bb

Please sign in to comment.