-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[stable25] chore(CI): Improve rate limit situation when installing phpunit #35962
Conversation
submodules: true | ||
|
||
- name: Set up php | ||
uses: shivammathur/setup-php@v2 | ||
with: | ||
php-version: '8.0' | ||
extensions: ctype,curl,dom,fileinfo,gd,intl,json,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip | ||
coverage: none | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Composer install | ||
run: composer i | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not consistent with the use of docker://vimeo/psalm-github-actions:4.9.3 below which already has php and psalm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(but in #34997 we are merging this file with the other one anyway)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
This comment was marked as resolved.
This comment was marked as resolved.
Signed-off-by: Joas Schilling <coding@schilljs.com>
30bfe80
to
4fb6f30
Compare
This comment was marked as resolved.
This comment was marked as resolved.
Indent is wrong: FIXED |
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Backport #35957