Skip to content

Commit

Permalink
Merge pull request #266 from gtt-project/use-org-vars
Browse files Browse the repository at this point in the history
Uses organisation variables for matrix config
  • Loading branch information
dkastl authored Nov 6, 2023
2 parents 90682d9 + 9d50ccf commit 56a1b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-postgis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
strategy:
fail-fast: false
matrix:
redmine_version: [5.0-stable, master]
ruby_version: ['3.0', '3.1']
redmine_version: ${{ fromJSON(vars.PLUGIN_TEST_MATRIX_REDMINE_VERSION) }}
ruby_version: ${{ fromJSON(vars.PLUGIN_TEST_MATRIX_RUBY_VERSION) }}
db_version: [12-3.0, 15-3.3]

services:
Expand Down

0 comments on commit 56a1b24

Please sign in to comment.