We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19ac9e commit e6179b9Copy full SHA for e6179b9
1 file changed
.github/workflows/upgrade-testing.yml
@@ -175,8 +175,9 @@ jobs:
175
# The oldest version of WordPress receiving security updates should always be tested against
176
# the widest possible list of PHP/MySQL combinations.
177
#
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.
+ # WordPress 4.7 is excluded from PHP 8+ testing because of the following fatal errors:
+ # - Use of __autoload().
180
+ # - array/string offset with curly braces.
181
upgrade-tests-oldest-wp-mysql:
182
name: ${{ matrix.wp }} to ${{ inputs.new-version && inputs.new-version || 'latest' }}
183
uses: ./.github/workflows/reusable-upgrade-testing.yml
0 commit comments