Fix tests and update circle.ci
This commit is contained in:
parent
f20bf50879
commit
6fe2f8605e
4 changed files with 17 additions and 9 deletions
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
- image: cimg/go:1.23.6
|
||||
|
||||
# Please keep the version in sync with test/docker-compose.yaml
|
||||
- image: cimg/postgres:14.10
|
||||
- image: cimg/postgres:14.1
|
||||
environment:
|
||||
POSTGRES_USER: jet
|
||||
POSTGRES_PASSWORD: jet
|
||||
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
MYSQL_TCP_PORT: 50902
|
||||
|
||||
# Please keep the version in sync with test/docker-compose.yaml
|
||||
- image: circleci/mariadb:11.7
|
||||
- image: cimg/mariadb:11.4
|
||||
command: [ '--default-authentication-plugin=mysql_native_password', '--port=50903' ]
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: jet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue