From b1b780970e72acad51c3cb83316a067147ecb6f1 Mon Sep 17 00:00:00 2001 From: James Ridgway Date: Fri, 16 Dec 2022 18:29:08 +0000 Subject: [PATCH] Updating ruby GitHub Action --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 757b133..44d5ae6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: [3.0.x, 2.7.x] + ruby-version: [3.1.3, 3.0.5] steps: - uses: actions/checkout@v2 - - uses: actions/setup-ruby@v1 + - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} - name: Bundle