Skip to content

Commit bdfec7c

Browse files
committedSep 7, 2024
Update build-cs
1 parent 2c7df21 commit bdfec7c

File tree

89 files changed

+1463
-1751
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+1463
-1751
lines changed
 

‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
repository: "phpstan/build-cs"
5858
path: "build-cs"
59-
ref: "1.x"
59+
ref: "2.x"
6060

6161
- name: "Install PHP"
6262
uses: "shivammathur/setup-php@v2"

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lint:
1616
.PHONY: cs-install
1717
cs-install:
1818
git clone https://github.com/phpstan/build-cs.git || true
19-
git -C build-cs fetch origin && git -C build-cs reset --hard origin/1.x
19+
git -C build-cs fetch origin && git -C build-cs reset --hard origin/2.x
2020
composer install --working-dir build-cs
2121

2222
.PHONY: cs

0 commit comments

Comments
 (0)
Failed to load comments.