We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10d8af commit 3990758Copy full SHA for 3990758
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
with:
57
repository: "phpstan/build-cs"
58
path: "build-cs"
59
- ref: "1.x"
+ ref: "2.x"
60
61
- name: "Install PHP"
62
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/1.x
+ git -C build-cs fetch origin && git -C build-cs reset --hard origin/2.x
17
composer install --working-dir build-cs
18
19
.PHONY: cs
0 commit comments