diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index acf4100..7e7b848 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,8 +6,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest] - # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0' - ruby: [2.7, '3.0', head] + ruby: [2.7, 3.0, 3.1, 3.2, head] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2