mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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:
3
.github/workflows/phpunit-tests.yml
vendored
3
.github/workflows/phpunit-tests.yml
vendored
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user