From ad249acc7bed50ffffec459d2696d2e304fab33e Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Fri, 9 Aug 2024 08:42:06 +0200 Subject: [PATCH] CI: Quote the '3.0' in YAML, to make it render as a full string --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8759caa..417004b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: matrix: ruby: - 2.7 - - 3.0 + - '3.0' - 3.1 - 3.2 - 3.3