Skip to content

Commit 348737c

Browse files
sanakdkastl
authored andcommitted
Fix CI matrix ruby:3 version
1 parent 9b08a52 commit 348737c

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)