From b58ba0c232414646ab39643ecd6d1468d3cb02c3 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Fri, 23 Jul 2021 16:09:41 -0400 Subject: [PATCH] gh actions attempt ruby 3.0 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 77c3e82..0c0910e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: fail-fast: false matrix: os: [ubuntu, macos] - ruby: [2.5, 2.6, 2.7, head] + ruby: [2.5, 2.6, 2.7, 3.0, head] runs-on: ${{ matrix.os }}-latest continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }} steps: