From d4cfe09c4fec3ed4c25bee0aa609ea863cf9f63b Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Wed, 20 Nov 2024 12:30:27 -0500 Subject: [PATCH] Lockdown Ruby version to Ruby 3.3 --- .github/workflows/ci.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 951e0b7b..2d8bb1bf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,6 @@ jobs: strategy: matrix: ruby-version: - - '3.1' - '3.3' rails-version: - '7.0' @@ -48,8 +47,10 @@ jobs: run: bin/setup - name: Run tests run: bundle exec rake - continue-on-error: ${{ matrix.rails-version == '7.2' || matrix.rails-version == '7.1'}} + continue-on-error: "${{ matrix.rails-version == '7.2' || matrix.rails-version + == '7.1'}}" - name: Report code coverage - if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' && matrix.rails-version == '7.0' }} + if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' && + matrix.rails-version == '7.0' }}" continue-on-error: true uses: paambaati/codeclimate-action@v9