Skip to content

Commit 3953d69

Browse files
committed
CI: Pin database versions
Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent d8e71d9 commit 3953d69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
MYSQL_ROOT_PASSWORD: root-${{ github.run_id }}
4848
services:
4949
postgres:
50-
image: postgres:latest
50+
image: postgres:17
5151
env:
5252
POSTGRES_DB: ${{ env.DATABASE_NAME }}
5353
POSTGRES_PASSWORD: ${{ env.DATABASE_PASSWORD }}
@@ -60,7 +60,7 @@ jobs:
6060
--health-timeout 5s
6161
--health-retries 5
6262
mysql:
63-
image: mysql:latest
63+
image: mysql:8.4
6464
env:
6565
MYSQL_DATABASE: ${{ env.DATABASE_NAME }}
6666
MYSQL_USER: ${{ env.DATABASE_USER }}

0 commit comments

Comments
 (0)