Skip to content

Commit 4b4fa01

Browse files
authored
Merge pull request #798 from patchlevel/update-supported-databases
update supported databases
2 parents 65a2a6f + e782d3c commit 4b4fa01

3 files changed

Lines changed: 15 additions & 17 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
services:
1515
postgres:
1616
# Docker Hub image
17-
image: "postgres:17.7"
17+
image: "postgres:18.1"
1818
# Provide the password for postgres
1919
env:
2020
POSTGRES_PASSWORD: postgres

.github/workflows/integration.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,11 @@ jobs:
3737
operating-system:
3838
- "ubuntu-latest"
3939
postgres-version:
40-
- "12.20"
41-
- "13.16"
42-
- "14.13"
43-
- "15.8"
44-
- "16.4"
45-
- "17.0"
40+
- "14.20"
41+
- "15.15"
42+
- "16.11"
43+
- "17.7"
44+
- "18.1"
4645

4746
env:
4847
DB_URL: 'pdo-pgsql://postgres:postgres@localhost:5432/eventstore?charset=utf8'
@@ -93,11 +92,11 @@ jobs:
9392
operating-system:
9493
- "ubuntu-latest"
9594
mariadb-version:
96-
- "10.5"
9795
- "10.6"
9896
- "10.11"
99-
- "11.1"
10097
- "11.4"
98+
- "11.8"
99+
- "12.1"
101100

102101
env:
103102
DB_URL: 'pdo-mysql://root@127.0.0.1:3306/eventstore?charset=utf8'
@@ -149,10 +148,9 @@ jobs:
149148
operating-system:
150149
- "ubuntu-latest"
151150
mysql-version:
152-
- "5.7"
153151
- "8.0"
154152
- "8.4"
155-
- "9.0"
153+
- "9.5"
156154

157155
env:
158156
DB_URL: 'pdo-mysql://root@127.0.0.1:3306/eventstore?charset=utf8'

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ But we can only really support the databases if we can also automatically ensure
5353
> [!TIP]
5454
> We recommend using PostgreSQL.
5555
56-
| Database | Version |
57-
|------------|---------------------------------------|
58-
| PostgreSQL | 12.20, 13.16, 14.13, 15.8, 16.4, 17.0 |
59-
| MariaDB | 10.5, 10.6, 10.11, 11.1, 11.4 |
60-
| MySQL | 5.7, 8.0, 8.4, 9.0 |
61-
| SQLite | 3.x |
56+
| Database | Version |
57+
|------------|---------------------------------|
58+
| PostgreSQL | 14.20, 15.15, 16.11, 17.7, 18.1 |
59+
| MariaDB | 10.6, 10.11, 11.4, 11.8, 12.1 |
60+
| MySQL | 8.0, 8.4, 9.5 |
61+
| SQLite | 3.x |
6262

6363
## Sponsors
6464

0 commit comments

Comments
 (0)