From 12e7194f379a3773679641adfdfdade1eea3c086 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Wed, 26 Apr 2023 22:12:53 -0500 Subject: [PATCH] chore: update Ruby version for code coverage job --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 6b8eac7..4553568 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -67,7 +67,7 @@ jobs: - name: "Set up Ruby" uses: "ruby/setup-ruby@v1" with: - ruby-version: "2.7" + ruby-version: "3.2" - name: "Install Ruby dependencies" run: | gem install bashcov