Skip to content

Commit 159ca2d

Browse files
committed
Build/Test Tools: Add additional innovation release excludes.
This excludes MySQL 9.5 jobs for the installation testing workflow. Only the most recent innovation release of MySQL should be tested. Follow up to [61875]. See #64225, #64227. git-svn-id: https://develop.svn.wordpress.org/trunk@62023 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 76c5605 commit 159ca2d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/install-testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
- db-version: '9.2'
9595
- db-version: '9.3'
9696
- db-version: '9.4'
97+
- db-version: '9.5'
9798
# MySQL 9.0+ will not work on PHP 7.2 & 7.3. See https://core.trac.wordpress.org/ticket/61218.
9899
- php: '7.2'
99100
db-version: '9.6'

0 commit comments

Comments
 (0)