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
This commit is contained in:
Jonathan Desrosiers
2022-10-13 14:28:04 +00:00
parent 70dedb0866
commit cfe4548fde

View File

@@ -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).