Skip to content

Commit

Permalink
Add current version of ruby for automated testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zinduolis committed Nov 4, 2024
1 parent 7527173 commit 4043f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: 'Setting up Ruby'
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.3 # Not needed with a .ruby-version file
ruby-version: 3.2.2 # Not needed with a .ruby-version file

- name: 'Update and Install Dependencies'
run: |
Expand Down

0 comments on commit 4043f46

Please sign in to comment.