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
# see https://github.com/composer/composer/issues/9368#issuecomment-718112361
11
+
COMPOSER_ROOT_VERSION: "dev-main"
12
+
13
+
jobs:
14
+
rector_laravel_rector_dev:
15
+
runs-on: ubuntu-latest
16
+
17
+
steps:
18
+
-
19
+
uses: shivammathur/setup-php@v2
20
+
with:
21
+
php-version: 8.3
22
+
coverage: none
23
+
24
+
# fixes https://github.com/rectorphp/rector/pull/4559/checks?check_run_id=1359814403, see https://github.com/shivammathur/setup-php#composer-github-oauth
0 commit comments