From dc98e1d5a434f1dbc8c0a24a638f30465750c527 Mon Sep 17 00:00:00 2001 From: Joakim Antman Date: Sat, 12 Dec 2020 22:17:18 +0200 Subject: [PATCH] Some trial and error to get the tests passing on 2.1 and 2.2 --- .github/workflows/test.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 16db5f6d..4895dbb6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,8 +13,6 @@ jobs: fail-fast: false matrix: ruby: - - 2.1 - - 2.2 - 2.3 - 2.4 - 2.5 @@ -26,6 +24,12 @@ jobs: - gemfiles/rbnacl.gemfile experimental: [false] include: + - ruby: 2.1 + gemfile: 'gemfiles/rbnacl.gemfile' + experimental: false + - ruby: 2.2 + gemfile: 'gemfiles/rbnacl.gemfile' + experimental: false - ruby: 2.7 coverage: "true" gemfile: 'gemfiles/rbnacl.gemfile'