You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build_scoped_rector.yaml
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ jobs:
35
35
-
36
36
uses: shivammathur/setup-php@v2
37
37
with:
38
-
php-version: 8.0
38
+
php-version: 8.1
39
39
coverage: none
40
40
41
41
# fixes https://github.com/rectorphp/rector/pull/4559/checks?check_run_id=1359814403, see https://github.com/shivammathur/setup-php#composer-github-oauth
@@ -58,6 +58,16 @@ jobs:
58
58
# 2. downgrade rector
59
59
- run: sh build/downgrade-rector.sh rector-build
60
60
61
+
-
62
+
uses: shivammathur/setup-php@v2
63
+
with:
64
+
php-version: 8.0
65
+
coverage: none
66
+
67
+
# fixes https://github.com/rectorphp/rector/pull/4559/checks?check_run_id=1359814403, see https://github.com/shivammathur/setup-php#composer-github-oauth
68
+
env:
69
+
COMPOSER_TOKEN: ${{ secrets.ACCESS_TOKEN }}
70
+
61
71
# 3. prefix classes
62
72
- run: sh build/build-rector-scoped.sh rector-build rector-prefixed-downgraded
0 commit comments