From cae92a23ff4fb033623aa3caaac3fab4c1b60a03 Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Wed, 20 Nov 2024 12:30:34 -0500 Subject: [PATCH] Lockdown Ruby version to Ruby 3.3 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4898ac9ef7e..ec6f5179d75 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,6 @@ jobs: strategy: matrix: ruby-version: - - '3.1' - '3.3' node-version: - 18 @@ -63,6 +62,7 @@ jobs: - name: Run tests run: bundle exec rake - name: Report code coverage - if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' && matrix.test-suite == 'spec' }} + if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' && + matrix.test-suite == 'spec' }}" continue-on-error: true uses: paambaati/codeclimate-action@v5