PHP Classes

File: .scrutinizer.yml

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   .scrutinizer.yml   Download  
File: .scrutinizer.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change: scrutinizer update
scrutinizer update
scrutinizer update
scrutinizer update
scrutinizer update
scrutinizer update
scrutinizer update
scrutinizer update
scrutinizer updates
Update .scrutinizer.yml
Scrutinizer adding PHP versions
updates .gitignore, .scrutinizer.yml, qodana.yaml
Scrutinizer update
Contributing text updated
Merge xswatch4
Date: 2 months ago
Size: 1,009 bytes
 

Contents

Class file image Download
# .scrutinizer.yml build: environment: variables: APP_ENV: test nodes: analysis: tests: override: - php-scrutinizer-run php74: environment: php: 7.4 tests: override: - command: php -v php80: environment: php: 8.0 tests: override: - command: php -v php81: environment: php: 8.1 tests: override: - command: php -v php82: environment: php: 8.2 tests: override: - command: php -v # php83: # environment: # php: 8.3 # tests: # override: # - command: php -v # php84: # environment: # php: 8.4 # tests: # override: # - command: php -v filter: excluded_paths: - '_archive/*' - 'tests/*' - 'docs/*' # - 'vendor/*' tools: php_analyzer: true # external_code_coverage: # timeout: 300 # Timeout in seconds.