Skip to content

Commit

Permalink
This should be better...
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Sep 11, 2024
1 parent 49bbd60 commit d77c637
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
coverage: false
experimental: true

name: "Test: PHP ${{ matrix.php }} - ${{ matrix.extensions == 'mbstring' && 'no extensions' || 'all extensions' }}"
name: "Test: PHP ${{ matrix.php }}, ${{ matrix.extensions }}"

continue-on-error: ${{ matrix.experimental }}

Expand Down Expand Up @@ -168,15 +168,15 @@ jobs:
if: ${{ matrix.php != '8.4' }}
uses: "ramsey/composer-install@v3"
with:
composer-options: --no-dev
composer-options: ${{ matrix.extensions != 'optimal' && '--no-dev' || '' }}
# Bust the cache at least once a month - output format: YYYY-MM.
custom-cache-suffix: $(date -u "+%Y-%m")

- name: Install PHP packages - ignore-platform-reqs
if: ${{ matrix.php == '8.4' }}
uses: "ramsey/composer-install@v3"
with:
composer-options: --no-dev --ignore-platform-reqs
composer-options: ${{ matrix.extensions != 'optimal' && '--no-dev' || '' }} --ignore-platform-reqs
# Bust the cache at least once a month - output format: YYYY-MM.
custom-cache-suffix: $(date -u "+%Y-%m")

Expand Down

0 comments on commit d77c637

Please sign in to comment.