From 7f3e430cc9d4e5319091ecfcbe8cdb5ff1841718 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sat, 26 Dec 2020 22:10:49 +0900 Subject: [PATCH] Add Ruby 3.0 to CI --- .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 dd6d3d7..d0a07a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: ['ubuntu', 'macos'] - ruby: [ '2.5', '2.6', '2.7' ] + ruby: [ '2.5', '2.6', '2.7', '3.0' ] steps: - uses: actions/checkout@v2 - uses: actions/setup-ruby@v1