Skip to content

Commit

Permalink
scrutinizer update
Browse files Browse the repository at this point in the history
  • Loading branch information
mambax7 committed Aug 5, 2024
1 parent 06a1ca2 commit c7612a1
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build:

project_setup:
override: true
commands:
before:
- echo "Skipping composer install as vendor directory is already included."

nodes:
Expand All @@ -17,6 +17,8 @@ build:
version: 7.4
project_setup:
override: true
before:
- echo "Skipping composer install as vendor directory is already included."
tests:
override:
- php-scrutinizer-run
Expand All @@ -43,6 +45,8 @@ build:
php74:
environment:
php: 7.4
before:
- echo "Skipping composer install as vendor directory is already included."
tests:
override:
- vendor/bin/phpunit
Expand All @@ -69,6 +73,8 @@ build:
php80:
environment:
php: 8.0
before:
- echo "Skipping composer install as vendor directory is already included."
tests:
override:
- vendor/bin/phpunit
Expand All @@ -95,6 +101,8 @@ build:
php81:
environment:
php: 8.1
before:
- echo "Skipping composer install as vendor directory is already included."
tests:
override:
- vendor/bin/phpunit
Expand All @@ -121,6 +129,8 @@ build:
php82:
environment:
php: 8.2
before:
- echo "Skipping composer install as vendor directory is already included."
tests:
override:
- vendor/bin/phpunit
Expand All @@ -147,6 +157,8 @@ build:
php83:
environment:
php: 8.3
before:
- echo "Skipping composer install as vendor directory is already included."
tests:
override:
- vendor/bin/phpunit
Expand All @@ -173,6 +185,8 @@ build:
php84:
environment:
php: 8.4
before:
- echo "Skipping composer install as vendor directory is already included."
tests:
override:
- vendor/bin/phpunit
Expand All @@ -199,6 +213,8 @@ build:
coverage:
environment:
php: 8.2 # Use a stable PHP version for coverage
before:
- echo "Skipping composer install as vendor directory is already included."
tests:
override:
- command: vendor/bin/phpunit --coverage-clover=coverage.xml
Expand Down

0 comments on commit c7612a1

Please sign in to comment.