Skip to content

Commit

Permalink
Merge branch '2.3.x' into 3.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Dec 23, 2023
2 parents c8ef4c2 + 3697d2d commit 3307b76
Show file tree
Hide file tree
Showing 6 changed files with 123 additions and 122 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
MYSQL_DATABASE: "eventstore"

options: >-
--health-cmd "mysqladmin ping --silent"
--health-cmd "mariadb-admin ping --silent"
ports:
- "3306:3306"

Expand All @@ -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://[email protected]:3306/eventstore?charset=utf8'
Expand Down Expand Up @@ -146,6 +147,7 @@ jobs:
mysql-version:
- "5.7"
- "8.0"
- "8.2"

env:
DB_URL: 'mysql://[email protected]:3306/eventstore?charset=utf8'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,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
Expand Down
Loading

0 comments on commit 3307b76

Please sign in to comment.