From b229023bdf3aa4218dd664b78aa506d93c267a96 Mon Sep 17 00:00:00 2001 From: Christian Hartmann Date: Sun, 6 Aug 2023 19:56:47 +0200 Subject: [PATCH] phpunit: use custom db images to fix rate limiting Signed-off-by: Christian Hartmann --- .github/workflows/phpunit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 8937e37c4..c916e0e9a 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -108,7 +108,7 @@ jobs: services: mysql: - image: mariadb:10.6 + image: ghcr.io/nextcloud/continuous-integration-mariadb-10.11:latest ports: - 4444:3306/tcp env: @@ -175,7 +175,7 @@ jobs: services: postgres: - image: postgres:14 + image: ghcr.io/nextcloud/continuous-integration-postgres-15:latest ports: - 4444:5432/tcp env: