Skip to content

Commit

Permalink
Merge pull request #235 from gtt-project/ftr/update-ci-matrix
Browse files Browse the repository at this point in the history
Update CI matrix
  • Loading branch information
sanak committed May 6, 2023
2 parents 0e3126d + d50b8a9 commit 45a4bdc
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/test-postgis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
test:
Expand All @@ -25,13 +23,17 @@ jobs:
fail-fast: false
matrix:
redmine_version: [4.2-stable, 5.0-stable, master]
ruby_version: ['2.7', '3.0', '3.1']
db_version: [11-2.5, 14-3.2]
ruby_version: ['2.7', '3.0', '3.1', '3.2']
db_version: [11-2.5, 15-3.3]
exclude:
- redmine_version: 4.2-stable
ruby_version: 3.0
- redmine_version: 4.2-stable
ruby_version: 3.1
- redmine_version: 4.2-stable
ruby_version: 3.2
- redmine_version: 5.0-stable
ruby_version: 3.2

services:
postgres:
Expand Down Expand Up @@ -99,6 +101,9 @@ jobs:
echo "GEM_RGEO_ACTIVERECORD_VERSION=6.2.2" >> ${GITHUB_ENV}
echo "GEM_ACTIVERECORD_POSTGIS_ADAPTER_VERSION=5.2.3" >> ${GITHUB_ENV}
;;
master)
echo "GEM_PG_VERSION=1.4.5" >> ${GITHUB_ENV}
;;
esac
- name: Install Ruby dependencies
Expand Down

0 comments on commit 45a4bdc

Please sign in to comment.