File tree
Expand file treeCollapse file tree2 files changed
+2
-1
lines changed Expand file treeCollapse file tree2 files changed
+2
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
|
60 | 60 | with:
|
61 | 61 | repository: "phpstan/build-cs"
|
62 | 62 | path: "build-cs"
|
| 63 | +ref: "1.x" |
63 | 64 |
|
64 | 65 | - name: "Install PHP"
|
65 | 66 | uses: "shivammathur/setup-php@v2"
|
|
Original file line number | Diff line number | Diff line change |
---|
|
13 | 13 | .PHONY: cs-install
|
14 | 14 | cs-install:
|
15 | 15 | git clone https://.com/phpstan/build-cs.git || true
|
16 |
| -git -C build-cs fetch origin && git -C build-cs reset --hard origin/main |
| 16 | +git -C build-cs fetch origin && git -C build-cs reset --hard origin/1.x |
17 | 17 | composer install --working-dir build-cs
|
18 | 18 |
|
19 | 19 | .PHONY: cs
|
|
You can’t perform that action at this time.
0 commit comments