We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca460a1 commit c3a41baCopy full SHA for c3a41ba
.github/workflows/test.yml
@@ -200,6 +200,8 @@ jobs:
200
with:
201
composer-options: ${{ matrix.php == '8.5' && '--ignore-platform-req=php+' || '' }}
202
custom-cache-suffix: $(date -u "+%Y-%m")
203
+ env:
204
+ COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
205
206
- name: Grab PHPUnit version
207
id: phpunit_version
@@ -322,6 +324,8 @@ jobs:
322
324
323
325
# Bust the cache at least once a month - output format: YYYY-MM.
326
327
328
329
330
331
0 commit comments