From aeb3d91ea044e7ae454c3e997380d902ca334940 Mon Sep 17 00:00:00 2001 From: Christian Gregg Date: Fri, 25 Dec 2020 19:28:49 +0000 Subject: [PATCH] Add Ruby3.0 to matrix Signed-off-by: Christian Gregg --- .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 9fee0d6..79822d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ '2.6', '2.7' ] + ruby: [ '2.6', '2.7', '3.0' ] experimental: [ false ] name: Ruby ${{ matrix.ruby }} steps: