From: Andy Allan Date: Wed, 28 Dec 2022 10:01:37 +0000 (+0000) Subject: Quote ruby versions in yaml X-Git-Tag: live~1898^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/61e0fa5f6315b543e8037e81d77c6b3f9a96ff6d?hp=61e0fa5f6315b543e8037e81d77c6b3f9a96ff6d 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 ---