Skip to content

Commit a13b119

Browse files
committed
updated nette/coding-standard
1 parent 5b8e907 commit a13b119

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/coding-style.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
php-version: 7.4
2828
coverage: none
2929

30-
- run: composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
31-
- run: php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php71.yml
30+
- run: composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress
31+
- run: php temp/coding-standard/ecs check

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
- name: Nette Coding Standard
3939
php: 7.4
4040
install:
41-
- travis_retry composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
41+
- travis_retry composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress
4242
script:
43-
- php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php71.yml
43+
- php temp/coding-standard/ecs check
4444

4545

4646
- stage: Static Analysis (informative)

0 commit comments

Comments
 (0)