From e782d3c274346004c6ad47df081024e194067ddf Mon Sep 17 00:00:00 2001 From: David Badura Date: Wed, 3 Dec 2025 23:27:17 +0100 Subject: [PATCH] update supported databases --- .github/workflows/benchmark.yml | 2 +- .github/workflows/integration.yml | 18 ++++++++---------- README.md | 12 ++++++------ 3 files changed, 15 insertions(+), 17 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 1fba141a8..b747edf00 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -14,7 +14,7 @@ jobs: services: postgres: # Docker Hub image - image: "postgres:17.7" + image: "postgres:18.1" # Provide the password for postgres env: POSTGRES_PASSWORD: postgres diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index df4524efb..97379be06 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -37,12 +37,11 @@ jobs: operating-system: - "ubuntu-latest" postgres-version: - - "12.20" - - "13.16" - - "14.13" - - "15.8" - - "16.4" - - "17.0" + - "14.20" + - "15.15" + - "16.11" + - "17.7" + - "18.1" env: DB_URL: 'pdo-pgsql://postgres:postgres@localhost:5432/eventstore?charset=utf8' @@ -93,11 +92,11 @@ jobs: operating-system: - "ubuntu-latest" mariadb-version: - - "10.5" - "10.6" - "10.11" - - "11.1" - "11.4" + - "11.8" + - "12.1" env: DB_URL: 'pdo-mysql://root@127.0.0.1:3306/eventstore?charset=utf8' @@ -149,10 +148,9 @@ jobs: operating-system: - "ubuntu-latest" mysql-version: - - "5.7" - "8.0" - "8.4" - - "9.0" + - "9.5" env: DB_URL: 'pdo-mysql://root@127.0.0.1:3306/eventstore?charset=utf8' diff --git a/README.md b/README.md index 0a733188b..9fad01bff 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,12 @@ But we can only really support the databases if we can also automatically ensure > [!TIP] > We recommend using PostgreSQL. -| Database | Version | -|------------|---------------------------------------| -| PostgreSQL | 12.20, 13.16, 14.13, 15.8, 16.4, 17.0 | -| MariaDB | 10.5, 10.6, 10.11, 11.1, 11.4 | -| MySQL | 5.7, 8.0, 8.4, 9.0 | -| SQLite | 3.x | +| Database | Version | +|------------|---------------------------------| +| PostgreSQL | 14.20, 15.15, 16.11, 17.7, 18.1 | +| MariaDB | 10.6, 10.11, 11.4, 11.8, 12.1 | +| MySQL | 8.0, 8.4, 9.5 | +| SQLite | 3.x | ## Sponsors