Skip to content

Commit

Permalink
update action github to ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
giallon committed Aug 25, 2023
1 parent 6c76d4c commit 6818542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deliver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
ruby-version: 3.1
- name: Install dependencies
run: bundle install
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
ruby-version: 3.1
- name: Install dependencies
run: bundle install
- name: Run tests
Expand Down

0 comments on commit 6818542

Please sign in to comment.