Skip to content

Commit

Permalink
Merge pull request #597 from dduugg/ruby-2.7
Browse files Browse the repository at this point in the history
Bump ruby version used in GH Actions
  • Loading branch information
MikeMcQuaid authored Aug 24, 2022
2 parents 4f8c46f + da5852c commit 5a130d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Ruby
uses: actions/setup-ruby@main
with:
ruby-version: "2.6"
ruby-version: "2.7"

- name: Install RubyGems
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Ruby
uses: actions/setup-ruby@main
with:
ruby-version: "2.6"
ruby-version: "2.7"

- name: Install RubyGems
run: |
Expand Down

0 comments on commit 5a130d5

Please sign in to comment.