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

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Brandt <jbrandt@bestpractical.com>2022-07-21 18:47:54 +0300
committerJim Brandt <jbrandt@bestpractical.com>2022-07-21 20:08:06 +0300
commit50fdca6beb25d0b81a4820f470a8a01d18e63620 (patch)
tree99c958f227603193e88171cb9b182dd777de8097
parent3de782d0e11302ed744223bb25ef650baff0a834 (diff)
Test against a supported Postgresql version
-rw-r--r--.github/workflows/github-action.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index b599b2e51f..9545b2c777 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -123,7 +123,7 @@ jobs:
uses: actions/checkout@v2
- name: Build RT
env:
- DB_VERSION_TAG: 9.6
+ DB_VERSION_TAG: 12.8
RT_TEST_PARALLEL: 1
RT_TEST_WEB_HANDLER: apache+fcgid
HTTPD_ROOT: /etc/apache2
@@ -139,7 +139,7 @@ jobs:
docker exec -e USER=rt-user -u rt-user rt bash -c "cd /rt && ./configure.ac --with-db-type=Pg --with-my-user-group --enable-layout=inplace --with-web-handler=fcgid --enable-developer --enable-externalauth --enable-gpg --enable-smime && mkdir -p /rt/var && make testdeps && chmod a+rX /rt/sbin/*"
- name: Run RT tests
env:
- DB_VERSION_TAG: 9.6
+ DB_VERSION_TAG: 12.8
RT_TEST_PARALLEL: 1
RT_TEST_WEB_HANDLER: apache+fcgid
HTTPD_ROOT: /etc/apache2
@@ -170,5 +170,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 9.6", "short": true },
+ [{ "title": "Configuration", "value": "Apache mod_fcgid, PostgreSQL 12.8", "short": true },
{ "title": "URL", "value": "${env.GITHUB_SERVER_URL}/${env.GITHUB_REPOSITORY}/actions/runs/${env.GITHUB_RUN_ID}?check_suite_focus=true", "short": true }]