Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_automatedtagging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-10-31 10:46:07 +0300
committerGitHub <noreply@github.com>2022-10-31 10:46:07 +0300
commita334055909490cd39e695d2e950ad386fa75f404 (patch)
tree36131d8a386745bad9f804bd23ab1ef7f452fdce
parent9eb7a5722fc5928423b816818d52320285586b70 (diff)
Update phpunit-pgsql.yml
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
-rw-r--r--.github/workflows/phpunit-pgsql.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit-pgsql.yml b/.github/workflows/phpunit-pgsql.yml
index 0ae9775..b0f19b6 100644
--- a/.github/workflows/phpunit-pgsql.yml
+++ b/.github/workflows/phpunit-pgsql.yml
@@ -32,7 +32,7 @@ jobs:
services:
postgres:
- image: postgres
+ image: postgres:14
ports:
- 4444:5432/tcp
env: