Skip to content

Commit

Permalink
Step 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Sep 11, 2024
1 parent 692fddb commit b4f25b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
else
# Minimal.
echo 'EXT=none, curl, json, libxml, mbstring, xml, xmlwriter, ctype, filter, hash' >> $GITHUB_OUTPUT
echo 'COMPOSER_OPTIONS=--no-dev --ignore-platform-req=ext-tokenizer --ignore-platform-req=ext-simplexml --ignore-platform-req=ext-dom' >> $GITHUB_OUTPUT
echo 'COMPOSER_OPTIONS=--ignore-platform-req=ext-tokenizer --ignore-platform-req=ext-simplexml --ignore-platform-req=ext-dom' >> $GITHUB_OUTPUT
fi
- name: Set up PHP
Expand All @@ -160,9 +160,9 @@ jobs:

# Move the test dependencies to non-dev to prevent the install getting blocked by missing extensions
# for dependencies which are not needed for the test run.
- name: 'Composer: temporarily move the test dependencies'
if: ${{ matrix.extensions != 'optimal' }}
run: composer require yoast/phpunit-polyfills:"^1" --no-interaction --no-update
# - name: 'Composer: temporarily move the test dependencies'
# if: ${{ matrix.extensions != 'optimal' }}
# run: composer require yoast/phpunit-polyfills:"^1" --no-interaction --no-update

# Install dependencies and handle caching in one go.
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
Expand Down

0 comments on commit b4f25b2

Please sign in to comment.