We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a99944 commit 5f55dcbCopy full SHA for 5f55dcb
.github/workflows/check.yml
@@ -49,9 +49,10 @@ jobs:
49
fail-fast: false
50
services:
51
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.
+ # Testing with MySQL 8.3 here, neither with 8.4 nor 9.0, because
+ # MySQL 8.4 has disabled mysql_native_password by default.
+ # 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.
56
image: mysql:8.3
57
options: --health-cmd "mysqladmin ping -h localhost" --health-interval 20s --health-timeout 10s --health-retries 10
58
ports:
0 commit comments