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-20 16:39:48 +0300
committerGitHub <noreply@github.com>2022-10-20 16:39:48 +0300
commit8cc6860802bc4d43120d7790bd50ea01e621a279 (patch)
treeeb0d1c190e0374e72847669f8e9a771a8a14fa1f
parent79f74461d46afde6f8e823fca3f7f55ee842b737 (diff)
Update phpunit-pgsql.yml
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
-rw-r--r--.github/workflows/phpunit-pgsql.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/phpunit-pgsql.yml b/.github/workflows/phpunit-pgsql.yml
index ea87fb8..3f39059 100644
--- a/.github/workflows/phpunit-pgsql.yml
+++ b/.github/workflows/phpunit-pgsql.yml
@@ -19,12 +19,6 @@ on:
- 'composer.json'
- 'composer.lock'
- push:
- branches:
- - main
- - master
- - stable*
-
permissions:
contents: read
@@ -48,7 +42,7 @@ jobs:
services:
postgres:
- image: postgres
+ image: postgres:14
ports:
- 4444:5432/tcp
env: