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

github.com/nextcloud/external.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-17 23:38:07 +0300
committerGitHub <noreply@github.com>2022-10-17 23:38:07 +0300
commit8ff5501623f504e07d98478a1aae4c2377e0e618 (patch)
tree609eb26fe586f128944eb2544c8a45569d72eb26
parent0bcc996b68f4d736fc2ba1293461fb3541e482c4 (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 ea87fb8..980941a 100644
--- a/.github/workflows/phpunit-pgsql.yml
+++ b/.github/workflows/phpunit-pgsql.yml
@@ -48,7 +48,7 @@ jobs:
services:
postgres:
- image: postgres
+ image: postgres:14
ports:
- 4444:5432/tcp
env: