Skip to content

Commit 332ec6f

Browse files
committed
Use older version
1 parent 16ab1bf commit 332ec6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitlab/ci/template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
script:
3636
- /bin/true
3737
services:
38-
- name: mysql:8
39-
command: ["--mysql-native-password=ON"]
38+
- name: mysql:8.0
39+
command: [ "--default-authentication-plugin=mysql_native_password" ]
4040
alias: sqlserver
4141

4242
.mariadb_job:

0 commit comments

Comments
 (0)