From 92332607336ff4c90ffea1dd7a4215dc9738b47c Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Fri, 30 Dec 2022 22:02:13 -0500 Subject: [PATCH] Adds Ruby 3.2 to the CI matrix. Updates checkout action version. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77d8fe4..0210c1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,9 +9,9 @@ jobs: strategy: fail-fast: false matrix: - ruby: ['3.1', '3.0', '2.7', '2.6', '2.5'] + ruby: ['3.2', '3.1', '3.0', '2.7', '2.6', '2.5'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Ruby ${{ matrix.ruby }} uses: ruby/setup-ruby@v1 with: