From 3699fbc752f5d41345c8fe84ffaca7239c8abb90 Mon Sep 17 00:00:00 2001 From: David Badura Date: Sat, 23 Dec 2023 15:27:37 +0100 Subject: [PATCH] update supported databases --- .github/workflows/integration.yml | 18 ++++++++++-------- README.md | 6 +++--- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 53f525604..180a5ee5a 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -37,11 +37,11 @@ jobs: operating-system: - "ubuntu-latest" postgres-version: - - "11.19-alpine" - - "12.14" - - "13.10" - - "14.7" - - "15.2" + - "12.17" + - "13.13" + - "14.10" + - "15.5" + - "16.1" env: DB_URL: 'postgresql://postgres:postgres@localhost:5432/eventstore?charset=utf8' @@ -78,7 +78,7 @@ jobs: MYSQL_DATABASE: "eventstore" options: >- - --health-cmd "mysqladmin ping --silent" + --health-cmd "mariadb-admin ping --silent" ports: - "3306:3306" @@ -91,9 +91,10 @@ jobs: operating-system: - "ubuntu-latest" mariadb-version: - - "10.3" + - "10.4" - "10.6" - - "10.10" + - "10.11" + - "11.2" env: DB_URL: 'mysql://root@127.0.0.1:3306/eventstore?charset=utf8' @@ -146,6 +147,7 @@ jobs: mysql-version: - "5.7" - "8.0" + - "8.2" env: DB_URL: 'mysql://root@127.0.0.1:3306/eventstore?charset=utf8' diff --git a/README.md b/README.md index ec80063c7..c0a95c632 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ But we can only really support the databases if we can also automatically ensure | Database | Version | |-------------|---------------------------------| -| PostgresSQL | 11.19, 12.14, 13.10, 14.7, 15.2 | -| MariaDB | 10.3, 10.6, 10.10 | -| MySQL | 5.7, 8.0 | +| PostgresSQL | 12.17, 13.13, 14.10, 15.5, 16.1 | +| MariaDB | 10.4, 10.6, 10.11, 11.2 | +| MySQL | 5.7, 8.0, 8.2 | | SQLite | 3.x | ## Sponsors