Skip to content

Commit e9fd1d5

Browse files
committed
updated nette/coding-standard
1 parent 875b3f5 commit e9fd1d5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
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 src tests examples

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828

2929

3030
- name: Nette Code Checker
31-
php: 7.4
3231
install:
3332
- travis_retry composer create-project nette/code-checker temp/code-checker ^3 --no-progress
3433
script:
@@ -38,9 +37,9 @@ jobs:
3837
- name: Nette Coding Standard
3938
php: 7.4
4039
install:
41-
- travis_retry composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
40+
- travis_retry composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress
4241
script:
43-
- php temp/coding-standard/ecs check src tests examples --config temp/coding-standard/coding-standard-php71.yml
42+
- php temp/coding-standard/ecs check src tests examples
4443

4544

4645
- name: JS test + Code Standard Checker

0 commit comments

Comments
 (0)