We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee68d99 + be53a96 commit 1507ee5Copy full SHA for 1507ee5
.github/workflows/test-postgis.yml
@@ -87,14 +87,13 @@ jobs:
87
encoding: utf8
88
EOF
89
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
+ - name: Adjust Gem environment
+ run: |
+ case "${{ matrix.redmine_version }}" in
+ master)
+ echo "GEM_ACTIVERECORD_POSTGIS_ADAPTER_VERSION=9.0.1" >> ${GITHUB_ENV}
+ ;;
+ esac
98
99
- name: Install Ruby dependencies
100
working-directory: redmine
0 commit comments