Skip to content

Commit d50b8a9

Browse files
committed
Update GEM_PG_VERSION with redmine master branch version
1 parent 610b626 commit d50b8a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-postgis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ jobs:
101101
echo "GEM_RGEO_ACTIVERECORD_VERSION=6.2.2" >> ${GITHUB_ENV}
102102
echo "GEM_ACTIVERECORD_POSTGIS_ADAPTER_VERSION=5.2.3" >> ${GITHUB_ENV}
103103
;;
104+
master)
105+
echo "GEM_PG_VERSION=1.4.5" >> ${GITHUB_ENV}
106+
;;
104107
esac
105108
106109
- name: Install Ruby dependencies

0 commit comments

Comments
 (0)