We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc1cb7 commit d8b96f9Copy full SHA for d8b96f9
.github/workflows/build.yml
@@ -65,6 +65,7 @@ jobs:
65
with:
66
repository: "phpstan/build-cs"
67
path: "build-cs"
68
+ ref: "1.x"
69
70
- name: "Install PHP"
71
uses: "shivammathur/setup-php@v2"
Makefile
@@ -14,7 +14,7 @@ lint:
14
.PHONY: cs-install
15
cs-install:
16
git clone https://github.com/phpstan/build-cs.git || true
17
- git -C build-cs fetch origin && git -C build-cs reset --hard origin/main
+ git -C build-cs fetch origin && git -C build-cs reset --hard origin/1.x
18
composer install --working-dir build-cs
19
20
.PHONY: cs
0 commit comments