Skip to content

Commit

Permalink
Update ruby to 2.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
flbulgarelli committed Feb 16, 2023
1 parent 0f897f7 commit 9de602d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- 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
- name: Pull worker
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.3
2.7.7

0 comments on commit 9de602d

Please sign in to comment.