Skip to content

Commit

Permalink
CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankraemer committed Mar 17, 2024
1 parent e543e4c commit 9b0cfda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 87 deletions.
34 changes: 0 additions & 34 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,43 +1,9 @@
build:
nodes:
tests-php80:
environment:
php:
version: '8.0'
ini:
phar.readonly: 'Off'
pecl_extensions:
- xdebug
tests:
override:
-
command: 'XDEBUG_MODE=coverage ./bin/phpunit --coverage-clover=coverage.xml'
coverage:
file: 'coverage.xml'
format: 'php-clover'
tests-php83:
environment:
php:
version: '8.3'
ini:
phar.readonly: 'Off'
pecl_extensions:
- xdebug
tests:
override:
-
command: 'XDEBUG_MODE=coverage ./bin/phpunit --coverage-clover=coverage.xml'
coverage:
file: 'coverage.xml'
format: 'php-clover'
validation:
tests:
override:
- php-scrutinizer-run --enable-security-analysis
-
command: './bin/phpcs --report=checkstyle --standard=phpcs.xml src/ tests/'
-
command: './bin/phpstan -V && bin/phpstan --error-format=github'
filter:
excluded_paths:
- 'tests/*'
Expand Down
53 changes: 0 additions & 53 deletions .travis.yml

This file was deleted.

0 comments on commit 9b0cfda

Please sign in to comment.