mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-17 21:12:14 +01:00
Merge pull request #2526 from nextcloud/ci/postgres14
Pin postgres version
This commit is contained in:
commit
bfadc2a9c6
2 changed files with 2 additions and 2 deletions
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
|
|
@ -166,7 +166,7 @@ jobs:
|
|||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres
|
||||
image: postgres:14
|
||||
ports:
|
||||
- 4444:5432/tcp
|
||||
env:
|
||||
|
|
|
|||
2
.github/workflows/phpunit.yml
vendored
2
.github/workflows/phpunit.yml
vendored
|
|
@ -151,7 +151,7 @@ jobs:
|
|||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres
|
||||
image: postgres:14
|
||||
ports:
|
||||
- 4444:5432/tcp
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue