From beb194c3954eaa83459ed3e77c12be1bb2dcb76b Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Wed, 9 Aug 2023 11:35:19 +0200 Subject: [PATCH] oops --- .github/workflows/phpunit.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 9db707e..9928dec 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -36,7 +36,6 @@ jobs: uses: "ramsey/composer-install@v1" - name: Setup Test Environment - if: ${{ matrix.php-versions > '5.6' }} run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 ${{ matrix.wp-version }} - name: Unit Testing