From cfe4548fde3b10b6d2a01d7fdd105c990dda1409 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Thu, 13 Oct 2022 14:28:04 +0000 Subject: [PATCH] Build/Test Tools: Remove note about some PHP versions being allowed to fail. This removes the note stating that PHP 8.1 (see [51604]) and 8.2 (see [53922]) are temporarily allowed to fail. The compatibility issues were resolved and `continue-on-error` was removed in [53922]. See #56009. git-svn-id: https://develop.svn.wordpress.org/trunk@54507 602fd350-edb4-49c9-b593-d223f7449a82 --- .github/workflows/phpunit-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/phpunit-tests.yml b/.github/workflows/phpunit-tests.yml index f5ec900436..9b6a89c796 100644 --- a/.github/workflows/phpunit-tests.yml +++ b/.github/workflows/phpunit-tests.yml @@ -34,9 +34,6 @@ env: jobs: # Runs the PHPUnit tests for WordPress. # - # Note: Steps running tests on PHP 8.1 + 8.2 are allowed to "continue-on-error" (for now). - # This prevents workflow runs from being marked as "failed" when only PHP 8.1/8.2 fails. - # # Performs the following steps: # - Sets environment variables. # - Sets up the environment variables needed for testing with memcached (if desired).