Skip to content

Commit a0949f9

Browse files
committed
travis: uses PHP 7.4 for coding checks
1 parent 3ca7ffc commit a0949f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,29 @@ jobs:
2727

2828

2929
- name: Nette Code Checker
30+
php: 7.4
3031
install:
3132
- travis_retry composer create-project nette/code-checker temp/code-checker ^3 --no-progress
3233
script:
3334
- php temp/code-checker/code-checker --strict-types
3435

3536

3637
- name: Nette Coding Standard
38+
php: 7.4
3739
install:
3840
- travis_retry composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
3941
script:
4042
- php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php71.yml
4143

4244

4345
- stage: Static Analysis (informative)
46+
php: 7.4
4447
script:
4548
- composer run-script phpstan
4649

4750

4851
- stage: Code Coverage
52+
php: 7.4
4953
script:
5054
- vendor/bin/tester -p phpdbg tests -s --coverage ./coverage.xml --coverage-src ./src
5155
after_script:

0 commit comments

Comments
 (0)