Skip to content

Commit e6179b9

Browse files
committed
Docs tweaks.
1 parent b19ac9e commit e6179b9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/upgrade-testing.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,9 @@ jobs:
175175
# The oldest version of WordPress receiving security updates should always be tested against
176176
# the widest possible list of PHP/MySQL combinations.
177177
#
178-
# WordPress 4.6, 4.7, and 4.8 cannot run on PHP 8 due to the use of __autoload().
179-
# See https://core.trac.wordpress.org/ticket/36926 and https://core.trac.wordpress.org/ticket/40109.
178+
# WordPress 4.7 is excluded from PHP 8+ testing because of the following fatal errors:
179+
# - Use of __autoload().
180+
# - array/string offset with curly braces.
180181
upgrade-tests-oldest-wp-mysql:
181182
name: ${{ matrix.wp }} to ${{ inputs.new-version && inputs.new-version || 'latest' }}
182183
uses: ./.github/workflows/reusable-upgrade-testing.yml

0 commit comments

Comments
 (0)