Skip to content

Commit

Permalink
chore: update Ruby version for code coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Apr 27, 2023
1 parent 3bbf937 commit 12e7194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12e7194

Please sign in to comment.