Merge pull request #1685 from nextcloud/fix/phpunit

phpunit: use custom db images to fix rate limiting
This commit is contained in:
Chartman123 2023-08-21 23:16:47 +02:00 коммит произвёл GitHub
Родитель 38cae2212d b229023bdf
Коммит 8e7f34882f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

4
.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: