From e08171f8913809f572877697922f4b8a0ce611aa Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Thu, 29 Dec 2022 16:32:16 -0500 Subject: [PATCH] Adds Ruby 3.2 to the CI matrix. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e25d83a..64a4785 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - ruby-version: [ 3.1, '3.0', 2.7, 2.6, 2.5, head ] + ruby-version: [ 3.2, 3.1, '3.0', 2.7, 2.6, 2.5, head ] os: [ ubuntu-latest, macos-latest ] TEST_SYMLINK: [ yes, no ] runs-on: ${{ matrix.os }}