Skip to content

Commit 677c51d

Browse files
authored
Merge pull request #206 from gtt-project/fix/ci-ruby-3-version
Fix CI matrix ruby:3 version
2 parents 8c6d1e9 + db3d827 commit 677c51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-postgis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
redmine_version: [4.2-stable, 5.0-stable, master]
28-
ruby_version: [2.7, 3.0, 3.1]
28+
ruby_version: ['2.7', '3.0', '3.1']
2929
db_version: [11-2.5, 14-3.2]
3030
exclude:
3131
- redmine_version: 4.2-stable

0 commit comments

Comments
 (0)