Skip to content

Commit

Permalink
Use Ruby 2.7 instead of 3
Browse files Browse the repository at this point in the history
  • Loading branch information
manicmaniac committed Aug 24, 2023
1 parent 86bccf0 commit 23d215a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_pr_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
steps:
- name: Checkout the Git repository
uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.8
- name: Cache Pods
uses: actions/cache@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.8
- name: Cache Gems
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 23d215a

Please sign in to comment.