diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60a89c0..c52008c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,14 +18,13 @@ on: jobs: tests: name: Ruby ${{ matrix.ruby }} - runs-on: ubuntu-latest + runs-on: ${{ matrix.os || 'ubuntu-latest' }} strategy: fail-fast: false matrix: ruby: - "2.0" - "2.1" - - "2.2" - "2.3" - "2.4" - "2.5" @@ -40,6 +39,8 @@ jobs: - jruby-head - truffleruby-head include: + - ruby: "2.2" + os: ubuntu-20.04 - ruby: "2.7" coverage: true env: