We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ceb0e3 commit 0454892Copy full SHA for 0454892
.github/workflows/build.yml
@@ -60,6 +60,7 @@ jobs:
60
with:
61
repository: "phpstan/build-cs"
62
path: "build-cs"
63
+ ref: "1.x"
64
65
- name: "Install PHP"
66
uses: "shivammathur/setup-php@v2"
Makefile
@@ -16,7 +16,7 @@ lint:
16
.PHONY: cs-install
17
cs-install:
18
git clone https://github.com/phpstan/build-cs.git || true
19
- 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
20
composer install --working-dir build-cs
21
22
.PHONY: cs
0 commit comments