From 559b8f5549174e68b933acaeded6499bde3ae3b1 Mon Sep 17 00:00:00 2001 From: Joakim Antman Date: Fri, 4 Jun 2021 22:56:56 +0300 Subject: [PATCH] Give ruby 3.0 as a string to avoid number formatting issues --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae5229cd..0872b3d1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: - 2.5 - 2.6 - 2.7 - - 3.0 + - "3.0" gemfile: - gemfiles/standalone.gemfile - gemfiles/openssl.gemfile