From 3b2a043964801ebc35b7be112bffd935a4b907f2 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Sat, 16 Mar 2024 03:43:16 +0200 Subject: [PATCH] Write some versions as strings, otherwise they're read as fixnums --- .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 f510e70..68702b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [1.9.3, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 3.1] + ruby: [1.9.3, '2.0', 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1] experimental: [false] include: - ruby: jruby-head