Skip to content

Commit 5f55dcb

Browse files
Update .github/workflows/check.yml
Co-authored-by: Dai MIKURUBE <dmikurube@users.noreply.github.com>
1 parent 8a99944 commit 5f55dcb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/check.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ jobs:
4949
fail-fast: false
5050
services:
5151
mysql:
52-
# Due to MySQL 8.4 disabled mysql_native_password by default,
53-
# Connector/J 5.x can't connect to database.
54-
# So, Use MySQL 8.3.
52+
# Testing with MySQL 8.3 here, neither with 8.4 nor 9.0, because
53+
# MySQL 8.4 has disabled mysql_native_password by default.
54+
# Connector/J 5.x cannot connect to MySQL 8.4 due to this.
55+
# TODO: Start testing with MySQL 8.4 and/or 9.0 with Connector/J 8.x.
5556
image: mysql:8.3
5657
options: --health-cmd "mysqladmin ping -h localhost" --health-interval 20s --health-timeout 10s --health-retries 10
5758
ports:

0 commit comments

Comments
 (0)