]> git.openstreetmap.org Git - rails.git/commitdiff
Quote ruby versions in yaml
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 28 Dec 2022 10:01:37 +0000 (10:01 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 28 Dec 2022 10:04:32 +0000 (10:04 +0000)
Without quotes these are parsed as numbers, which can cause subtle
problems. For example, "ruby: 3.0" is interpreted by the
ruby/setup-rubyaction as "ruby: 3", meaning 3.x instead of the
intended 3.0.x


No differences found