From b1590b5e198acdc84e1d56260eacf0a1cf409745 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 11 Aug 2021 09:31:27 +0200 Subject: [PATCH] CI: Add 3.0 to matrix --- .github/workflows/octokit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/octokit.yml b/.github/workflows/octokit.yml index 617c8699c..7e0403c9d 100644 --- a/.github/workflows/octokit.yml +++ b/.github/workflows/octokit.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu ] - ruby: [ 2.5, 2.6, 2.7, head ] + ruby: [ 2.5, 2.6, 2.7, '3.0', head ] steps: - uses: actions/checkout@v2