Skip to content

Commit 3ae8d1f

Browse files
committed
use nette/coding-standard v 3
1 parent 58ce033 commit 3ae8d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install composer deps
1818
run: |
1919
composer create-project nette/code-checker temp/code-checker ^3 --no-progress
20-
composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
20+
composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress
2121
2222
# Install app deps
2323
composer install --no-interaction --prefer-dist

0 commit comments

Comments
 (0)