1
0
mirror of https://github.com/dg/dibi.git synced 2025-02-23 10:26:21 +01:00

travis: uses PHP 7.4 for coding checks

This commit is contained in:
David Grudl 2020-02-23 19:02:02 +01:00
parent f18056a066
commit 73160e9418

View File

@ -32,6 +32,7 @@ after_failure:
jobs:
include:
- name: Nette Code Checker
php: 7.4
install:
- travis_retry composer create-project nette/code-checker temp/code-checker ^3 --no-progress
script:
@ -39,6 +40,7 @@ jobs:
- name: Nette Coding Standard
php: 7.4
install:
- travis_retry composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
script:
@ -46,11 +48,13 @@ jobs:
- stage: Static Analysis (informative)
php: 7.4
script:
- composer run-script phpstan
- stage: Code Coverage
php: 7.4
script:
- vendor/bin/tester -p phpdbg tests -s --coverage ./coverage.xml --coverage-src ./src
after_script: