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