Skip to content

Commit

Permalink
phpunit: use custom db images to fix rate limiting
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
  • Loading branch information
Chartman123 committed Aug 6, 2023
1 parent 08f7537 commit b229023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:

services:
postgres:
image: postgres:14
image: ghcr.io/nextcloud/continuous-integration-postgres-15:latest
ports:
- 4444:5432/tcp
env:
Expand Down

0 comments on commit b229023

Please sign in to comment.