Skip to content

Commit

Permalink
Merge pull request #1685 from nextcloud/fix/phpunit
Browse files Browse the repository at this point in the history
phpunit: use custom db images to fix rate limiting
  • Loading branch information
Chartman123 authored Aug 21, 2023
2 parents 38cae22 + b229023 commit 8e7f348
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 8e7f348

Please sign in to comment.