Skip to content

Commit 8b2208b

Browse files
committed
Force tests to run on MySQL Server 8.0.23.
This is a temporary measure until compatibility with 8.0.24 can be investigated.
1 parent 178f8d3 commit 8b2208b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/docker-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PORT=$2
2424
OMIT_FEATURES=$3
2525
MYSQL_EXTRA=
2626

27-
if [ "$IMAGE" == "mysql:8.0" ]; then
27+
if [ "$IMAGE" == "mysql:8.0.23" ]; then
2828
MYSQL_EXTRA='--default-authentication-plugin=mysql_native_password'
2929
fi
3030

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
image: 'mysql:5.7'
206206
unsupportedFeatures: 'Ed25519,CachingSha2Password,Tls11,Tls13,UuidToBin'
207207
'MySQL 8.0':
208-
image: 'mysql:8.0'
208+
image: 'mysql:8.0.23'
209209
unsupportedFeatures: 'Ed25519,Tls11'
210210
'MariaDB 10.2':
211211
image: 'mariadb:10.2'

0 commit comments

Comments
 (0)