diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c89b04..5fc3197 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - ruby-version: [ '3.0', 2.7, 2.6, 2.5, head ] + ruby-version: [ 3.1, '3.0', 2.7, 2.6, 2.5, head ] os: [ ubuntu-latest, macos-latest ] TEST_SYMLINK: [ yes, no ] runs-on: ${{ matrix.os }}