Skip to content

Commit be53a96

Browse files
committed
Use newer activerecord-postgis-adapter for redmine master (rails 7.1)
1 parent ee68d99 commit be53a96

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/test-postgis.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,13 @@ jobs:
8787
encoding: utf8
8888
EOF
8989
90-
# - name: Adjust Gem environment
91-
# run: |
92-
# case "${{ matrix.redmine_version }}" in
93-
# 4.2-stable)
94-
# echo "GEM_RGEO_ACTIVERECORD_VERSION=6.2.2" >> ${GITHUB_ENV}
95-
# echo "GEM_ACTIVERECORD_POSTGIS_ADAPTER_VERSION=5.2.3" >> ${GITHUB_ENV}
96-
# ;;
97-
# esac
90+
- name: Adjust Gem environment
91+
run: |
92+
case "${{ matrix.redmine_version }}" in
93+
master)
94+
echo "GEM_ACTIVERECORD_POSTGIS_ADAPTER_VERSION=9.0.1" >> ${GITHUB_ENV}
95+
;;
96+
esac
9897
9998
- name: Install Ruby dependencies
10099
working-directory: redmine

0 commit comments

Comments
 (0)