Skip to content

Commit

Permalink
Main.yml: Use coding-standard ^3
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek authored Feb 27, 2021
1 parent b4981bd commit 8f09efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install composer deps
run: |
composer create-project nette/code-checker temp/code-checker ^3 --no-progress
composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress
# Install app deps
composer install --no-interaction --prefer-dist
Expand Down

0 comments on commit 8f09efd

Please sign in to comment.