Skip to content

Commit

Permalink
Only quote ruby versions
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kastl <daniel@georepublic.de>
  • Loading branch information
dkastl committed Jun 7, 2024
1 parent 8513037 commit 8e58658
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 @@ -25,9 +25,9 @@ jobs:
strategy:
fail-fast: false
matrix:
redmine_version: ['5.0-stable', '5.1-stable', 'master']
redmine_version: [5.0-stable, 5.1-stable, master]
ruby_version: ['3.0', '3.1', '3.2']
db_version: ['12-3.0', '15-3.3']
db_version: [12-3.0, 15-3.3]
include:
- system_test: true
redmine_version: 5.1-stable
Expand Down

0 comments on commit 8e58658

Please sign in to comment.