]> git.openstreetmap.org Git - rails.git/commit
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)
commit61e0fa5f6315b543e8037e81d77c6b3f9a96ff6d
treeed8e0f43916f2673fdb6bd22892deb10b2a52665
parent88b4555472e45519b12d40d17ccfe91febbcd2e8
Quote ruby versions in yaml

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
.github/workflows/lint.yml
.github/workflows/tests.yml