Skip to content

Commit

Permalink
CI: Require PHPUnit 7.5 for WP < 5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones committed Jul 24, 2023
1 parent b38e1e5 commit dd6e0d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
ini-values: ${{ matrix.ini-values }}
coverage: ${{ matrix.coverage }}

- name: Install PHPUnit 7.x for WP < 5.9
if: ${{ matrix.wordpress < 5.9 }}
# Ignore platform requirements, so that PHPUnit 7.5 can be installed on PHP 8.0 (and above).
run: composer require --dev "phpunit/phpunit:^7.5" --ignore-platform-reqs

- name: Install Composer dependencies
uses: ramsey/composer-install@v2
with:
Expand Down

0 comments on commit dd6e0d1

Please sign in to comment.