Skip to content

Commit d3c76a5

Browse files
committed
Build/Test Tools: Exclude MySQL 9.5 in Local Docker test workflow.
Only the most recent innovation release should be tested. Follow up to [61875]. See #64227. git-svn-id: https://develop.svn.wordpress.org/trunk@62083 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 1496b06 commit d3c76a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/local-docker-environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
- db-version: '9.2'
107107
- db-version: '9.3'
108108
- db-version: '9.4'
109+
- db-version: '9.5'
109110
# No PHP 8.5 + Memcached support yet.
110111
- php: '8.5'
111112
memcached: true

0 commit comments

Comments
 (0)