CI: Update integration test to latest database versions

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2025-04-12 14:27:01 +02:00
parent d62e978c4e
commit 4843f97231
Signed by: luzifer
SSH key fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E

View file

@ -145,7 +145,7 @@ jobs:
runs-on: ubuntu-latest
services:
mariadb:
image: mariadb:11@sha256:81e893032978c4bf8ad43710b7a979774ed90787fa32d199162148ce28fe3b76
image: mariadb:11.7.2
env:
MYSQL_PASSWORD: twitch-bot-pass
MYSQL_ROOT_PASSWORD: root-pass
@ -191,7 +191,7 @@ jobs:
runs-on: ubuntu-latest
services:
mysql:
image: mysql:8@sha256:23818b7d7de427096ab1427b2e3d9d5e14a5b933f9a4431a482d6414bc879091
image: mysql:9.2.0
env:
MYSQL_PASSWORD: twitch-bot-pass
MYSQL_ROOT_PASSWORD: root-pass
@ -235,7 +235,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:15@sha256:fe45ed1a824b81c0c9c605890963b67501758ca8c946db89089c85ce0f88e974
image: postgres:17.4
env:
POSTGRES_PASSWORD: twitch-bot-pass
options: >-