From 10c5b8c30302d13c5217ee1d2c520ca19e699d7f Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Mon, 16 Jan 2023 10:31:54 -0500 Subject: [PATCH] Adds Ruby 3.2 to the CI matrix. Updates checkout action version. (#16) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5cbe32..dd0938f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Set up Ruby 2.7 uses: ruby/setup-ruby@v1 @@ -33,10 +33,10 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ['2.6', '2.7', '3.0', '3.1'] + ruby: ['2.6', '2.7', '3.0', '3.1', '3.2'] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1