Skip to content

Commit

Permalink
Merge pull request #272 from gtt-project/fix/ci-redmine-master-error
Browse files Browse the repository at this point in the history
Use newer activerecord-postgis-adapter for redmine master (rails 7.1)
  • Loading branch information
smellman committed Dec 20, 2023
2 parents ee68d99 + be53a96 commit 1507ee5
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/test-postgis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,13 @@ jobs:
encoding: utf8
EOF
# - name: Adjust Gem environment
# run: |
# case "${{ matrix.redmine_version }}" in
# 4.2-stable)
# echo "GEM_RGEO_ACTIVERECORD_VERSION=6.2.2" >> ${GITHUB_ENV}
# echo "GEM_ACTIVERECORD_POSTGIS_ADAPTER_VERSION=5.2.3" >> ${GITHUB_ENV}
# ;;
# esac
- name: Adjust Gem environment
run: |
case "${{ matrix.redmine_version }}" in
master)
echo "GEM_ACTIVERECORD_POSTGIS_ADAPTER_VERSION=9.0.1" >> ${GITHUB_ENV}
;;
esac
- name: Install Ruby dependencies
working-directory: redmine
Expand Down

0 comments on commit 1507ee5

Please sign in to comment.