From d1c9897b8a484e55d077789493eb2c79678e9d1d Mon Sep 17 00:00:00 2001 From: Keenan Brock Date: Tue, 5 Nov 2024 16:18:29 -0500 Subject: [PATCH] test with ruby 3.3 --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 926e9244..4b6f3539 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,11 +11,11 @@ jobs: strategy: matrix: ruby-version: - - '3.0' - '3.1' + - '3.3' rails-version: - - '6.1' - '7.0' + - '7.1' services: postgres: image: manageiq/postgresql:13 @@ -42,6 +42,6 @@ jobs: - name: Run tests run: bundle exec rake - name: Report code coverage - if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' && matrix.rails-version == '7.0' }} + if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' && matrix.rails-version == '7.1' }} continue-on-error: true uses: paambaati/codeclimate-action@v9