Skip to content

Commit 8388170

Browse files
committed
el/9 and ol/9 needs citus 12.1 minimum
1 parent f48342d commit 8388170

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/package-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
export PROJECT_VERSION="${{ github.event.inputs.project_version }}"
3838
echo "project_version: ${{ github.event.inputs.project_version }}"
3939
# To be able to test pipeline without triggering with project_version parameter using workflow_dispatch parameter,
40-
# if workflow_dispatch parameter is empty, 12.0.0 parameter is set to execute pipeline.
41-
[ -z ${PROJECT_VERSION} ] && export PROJECT_VERSION=12.0.0
40+
# if workflow_dispatch parameter is empty, 12.1.0 parameter is set to execute pipeline.
41+
[ -z ${PROJECT_VERSION} ] && export PROJECT_VERSION=12.1.0
4242
POSTGRES_VERSIONS=$(python -m packaging_automation.get_postgres_versions --project_version ${PROJECT_VERSION})
4343
echo "Postgres Version: ${POSTGRES_VERSIONS}"
4444
echo "::set-output name=pg_versions::${POSTGRES_VERSIONS}"
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
export PROJECT_VERSION="${{ github.event.inputs.project_version }}"
7676
echo "Citus Version: ${PROJECT_VERSION} "
77-
[ -z ${PROJECT_VERSION} ] && export PROJECT_VERSION=12.0.0
77+
[ -z ${PROJECT_VERSION} ] && export PROJECT_VERSION=12.1.0
7878
python -m packaging_automation.test_citus_package \
7979
--project_version "${PROJECT_VERSION}" \
8080
--os_release ${{ matrix.platform }} \

0 commit comments

Comments
 (0)