From 35dc716d31f6c1cdfd926225a81ca2491b593034 Mon Sep 17 00:00:00 2001 From: Brandon Dunne Date: Tue, 5 Nov 2024 16:58:12 -0500 Subject: [PATCH] Merge pull request #540 from kbrock/ruby3.3 Testing with ruby 3.2, 3.3 (cherry picked from commit d406c19bb457d241bb8f8334599ce6c1ccd1de40) --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a2fb341d0f..4f3ca2087c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,6 +13,7 @@ jobs: matrix: ruby-version: - '3.1' + - '3.3' services: postgres: image: manageiq/postgresql:13 @@ -43,6 +44,6 @@ jobs: - name: Run tests run: bundle exec rake - name: Report code coverage - if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }} + if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' }} continue-on-error: true uses: paambaati/codeclimate-action@v9