diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89777f2..26ec71f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,14 +7,13 @@ jobs: test: runs-on: ubuntu-latest + name: Ruby ${{ matrix.ruby-version }} + strategy: matrix: ruby-version: - 2.6 - 2.7 - - 3.0 - - 3.1 - - 3.2 steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1