Skip to content

Commit

Permalink
Maybe fix WP 5.1/PHP 7.2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thebrandonallen committed May 2, 2023
1 parent f40261a commit 4c4fc42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
with:
composer-options: "--ignore-platform-reqs"

# - name: Adjust phpunit/wp-phpunit version
# run: if [ ${{ env.WP_VERSION }} == '5.1' ]; then composer require --dev --with-all-dependencies "wp-phpunit/wp-phpunit:5.1.*" "phpunit/phpunit:^6"; fi
- name: Adjust phpunit/wp-phpunit version
run: if [ ${{ env.WP_VERSION }} == '5.1' ]; then composer require --dev --with-all-dependencies "wp-phpunit/wp-phpunit:5.1.*" "phpunit/phpunit:^6"; fi

- name: Cache node modules
uses: actions/cache@v2
Expand Down

0 comments on commit 4c4fc42

Please sign in to comment.