Skip to content

Commit

Permalink
Excludes in build matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kastl <[email protected]>
  • Loading branch information
dkastl committed Feb 26, 2024
1 parent 6d5b08f commit 7767690
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-postgis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
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]
exclude:
- redmine: 5.1-stable
ruby_version: '3.0'
- redmine: master
ruby_version: '3.0'

services:
postgres:
Expand Down

0 comments on commit 7767690

Please sign in to comment.