[Rt-commit] rt branch 5.0/update-postgresql-testing-version-to-14 created. rt-5.0.3-77-g5929bd8b12

BPS Git Server git at git.bestpractical.com
Tue Aug 9 22:45:41 UTC 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".

The branch, 5.0/update-postgresql-testing-version-to-14 has been created
        at  5929bd8b12c293ce76007f9c888009638aa240b0 (commit)

- Log -----------------------------------------------------------------
commit 5929bd8b12c293ce76007f9c888009638aa240b0
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Tue Aug 9 17:42:52 2022 -0500

    Update postgresql testing version to 14.4

diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index af95b96f39..935858b7be 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -111,7 +111,7 @@ jobs:
         shell: bash
         run: |
           docker network create rt
-          docker run --network rt --name postgresql --mount type=tmpfs,destination=/var/lib/postgresql/data -e POSTGRES_PASSWORD=password -d postgres:12.8
+          docker run --network rt --name postgresql --mount type=tmpfs,destination=/var/lib/postgresql/data -e POSTGRES_PASSWORD=password -d postgres:14.4
           docker build --network rt -t rt-base .
           docker run -d -v $GITHUB_WORKSPACE:/rt --env RT_TEST_DB_HOST=postgresql --network rt --name rt rt-base
           docker exec rt bash -c "chown -R rt-user /rt; touch /etc/apache2/mime.types"
@@ -143,5 +143,5 @@ jobs:
           failure_text: '${env.RT_BRANCH_NAME} (${env.GITHUB_RUN_NUMBER}) tests failed in ${env.RT_GA_TEST_TIME}'
           cancelled_text: '${env.RT_BRANCH_NAME} (${env.GITHUB_RUN_NUMBER}) tests cancelled in ${env.RT_GA_TEST_TIME}'
           fields: |
-            [{ "title": "Configuration", "value": "Apache mod_fcgid, PostgreSQL 12.8", "short": true },
+            [{ "title": "Configuration", "value": "Apache mod_fcgid, PostgreSQL 14.4", "short": true },
             { "title": "URL", "value": "${env.GITHUB_SERVER_URL}/${env.GITHUB_REPOSITORY}/actions/runs/${env.GITHUB_RUN_ID}?check_suite_focus=true", "short": true }]

-----------------------------------------------------------------------


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list