Skip to content

Commit 566e8c7

Browse files
committed
IBX-8543: Verify newer DBMS versions
1 parent 41320fc commit 566e8c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/db-postgresql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ services:
88
- DATABASE_DRIVER=pdo_pgsql
99
- DATABASE_PLATFORM=pgsql
1010
- DATABASE_CHARSET=utf8
11-
- DATABASE_VERSION=9.4
11+
- DATABASE_VERSION=14.15
1212

1313
db:
14-
image: postgres:9.4
14+
image: postgres:14.15
1515
environment:
1616
- POSTGRES_USER=$DATABASE_USER
1717
- POSTGRES_PASSWORD=$DATABASE_PASSWORD

docker/db-stack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.3'
33

44
services:
55
db:
6-
image: mariadb:10.1
6+
image: mariadb:10.3
77
volumes:
88
- ../../doc/docker/entrypoint/mysql/0_database_character_set.sh:/docker-entrypoint-initdb.d/0_database_character_set.sh:ro
99
- mysql:/var/lib/mysql

0 commit comments

Comments
 (0)