Skip to content

Commit

Permalink
Move to Ruby 2.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
flbulgarelli committed Feb 23, 2023
1 parent b976943 commit e422dc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ on:

jobs:
test_and_deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Set up JavaScript
uses: actions/setup-node@v1
with:
node-version: 8.11.4
- name: Set up Ruby
uses: ruby/setup-ruby@21351ecc0a7c196081abca5dc55b08f085efe09a
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.3
ruby-version: 2.7.7
bundler: 2.1.4
bundler-cache: true
working-directory: gem
Expand Down
2 changes: 1 addition & 1 deletion gem/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.3
2.7.7

0 comments on commit e422dc0

Please sign in to comment.