Commit edc79cb
committed
Quote Ruby versions in CI matrix
YAML parses unquoted `4.0` as a float and normalizes it to `4`, which
ruby/setup-ruby resolves to the latest 4.x release. Once 4.1 ships, the
"4.0" job would silently start testing 4.1 instead of 4.0. Quoting the
versions as strings pins them to the intended releases.1 parent 1bd2e6c commit edc79cb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments