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