Skip to content

Commit

Permalink
Fixes syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dkastl authored Oct 31, 2023
1 parent 30ce4db commit e45c75a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-postgis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Test with PostGIS

env:
PLUGIN_NAME: ${{ github.event.repository.name }}
REDMINE_VERSIONS: ${{ fromJson(vars.PLUGIN_TEST_MATRIX_REDMINE_VERSION) }}
RUBY_VERSIONS: ${{ fromJson(vars.PLUGIN_TEST_MATRIX_RUBY_VERSION) }}

on:
push:
Expand All @@ -26,8 +24,8 @@ jobs:
strategy:
fail-fast: false
matrix:
redmine_version: ${{ env.REDMINE_VERSIONS }}
ruby_version: ${{ env.RUBY_VERSIONS }}
redmine_version: ${{ vars.PLUGIN_TEST_MATRIX_REDMINE_VERSION }}
ruby_version: ${{ vars.PLUGIN_TEST_MATRIX_RUBY_VERSION }}
db_version: [12-3.0, 15-3.3]

services:
Expand Down

0 comments on commit e45c75a

Please sign in to comment.