From 9dae10f25d807d5cb3d4eb844413f63987ece76d Mon Sep 17 00:00:00 2001 From: Alec Geatches Date: Mon, 22 Apr 2024 13:26:55 -0600 Subject: [PATCH] Remove PHPUnit 7 installation --- .github/workflows/integrate.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index ff3caa44..26448c2a 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -43,11 +43,6 @@ 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-req=php+ --no-update --no-scripts --no-interaction - - name: Install Composer dependencies uses: ramsey/composer-install@v2 with: