CI: update DB versions
This commit is contained in:
parent
7e433df171
commit
dbe9e8f586
24
.github/workflows/rust.yml
vendored
24
.github/workflows/rust.yml
vendored
@ -342,7 +342,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
version: [8.0, 5.7]
|
version: [lts, 5.7]
|
||||||
runtime: [actix]
|
runtime: [actix]
|
||||||
tls: [native-tls]
|
tls: [native-tls]
|
||||||
services:
|
services:
|
||||||
@ -354,7 +354,6 @@ jobs:
|
|||||||
MYSQL_USER: sea
|
MYSQL_USER: sea
|
||||||
MYSQL_PASSWORD: sea
|
MYSQL_PASSWORD: sea
|
||||||
MYSQL_ALLOW_EMPTY_PASSWORD: yes
|
MYSQL_ALLOW_EMPTY_PASSWORD: yes
|
||||||
MYSQL_ROOT_PASSWORD:
|
|
||||||
ports:
|
ports:
|
||||||
- "3306:3306"
|
- "3306:3306"
|
||||||
options: >-
|
options: >-
|
||||||
@ -392,23 +391,24 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
version: [10.6]
|
version: [lts]
|
||||||
runtime: [actix]
|
runtime: [actix]
|
||||||
tls: [native-tls]
|
tls: [native-tls]
|
||||||
services:
|
services:
|
||||||
mysql:
|
mariadb:
|
||||||
image: mariadb:${{ matrix.version }}
|
image: mariadb:${{ matrix.version }}
|
||||||
env:
|
env:
|
||||||
MYSQL_HOST: 127.0.0.1
|
MARIADB_HOST: 127.0.0.1
|
||||||
MYSQL_DB: mysql
|
MARIADB_DB: mysql
|
||||||
MYSQL_USER: sea
|
MARIADB_USER: sea
|
||||||
MYSQL_PASSWORD: sea
|
MARIADB_PASSWORD: sea
|
||||||
MYSQL_ALLOW_EMPTY_PASSWORD: yes
|
MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: yes
|
||||||
MYSQL_ROOT_PASSWORD:
|
|
||||||
ports:
|
ports:
|
||||||
- "3306:3306"
|
- "3306:3306"
|
||||||
options: >-
|
options: >-
|
||||||
--health-cmd="mysqladmin ping"
|
--health-cmd="healthcheck.sh
|
||||||
|
--connect
|
||||||
|
--innodb_initialized"
|
||||||
--health-interval=10s
|
--health-interval=10s
|
||||||
--health-timeout=5s
|
--health-timeout=5s
|
||||||
--health-retries=3
|
--health-retries=3
|
||||||
@ -441,7 +441,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
version: [14, 15, 16]
|
version: [14, 16]
|
||||||
runtime: [tokio]
|
runtime: [tokio]
|
||||||
tls: [native-tls]
|
tls: [native-tls]
|
||||||
services:
|
services:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user