Skip to content

Commit

Permalink
build: update minimum Ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed Aug 10, 2023
1 parent 93ad9cb commit 5dd17ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
uses: actions/checkout@v3
with:
token: ${{ secrets.GH_TOKEN }}
- name: Setup Ruby 2.6.6
- name: Setup Ruby 2.7.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.6
ruby-version: 2.7.0
bundler-cache: true
- name: Cache installed Pods
uses: actions/cache@v3
Expand Down Expand Up @@ -57,10 +57,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Ruby 2.6.6
- name: Setup Ruby 2.7.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.6
ruby-version: 2.7.0
bundler-cache: true
- name: Cache installed Pods
uses: actions/cache@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run-validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
ref: v1
token: ${{ secrets.GH_TOKEN }}
path: .github/.release/actions
- name: Setup Ruby 2.6.6
- name: Setup Ruby 2.7.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.6
ruby-version: 2.7.0
bundler-cache: true
- name: Cache Swift Package Manager
uses: actions/cache@v3
Expand Down Expand Up @@ -83,10 +83,10 @@ jobs:
ref: v1
token: ${{ secrets.GH_TOKEN }}
path: .github/.release/actions
- name: Setup Ruby 2.6.6
- name: Setup Ruby 2.7.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.6
ruby-version: 2.7.0
bundler-cache: true
- name: Cache Swift Package Manager
uses: actions/cache@v3
Expand Down

0 comments on commit 5dd17ba

Please sign in to comment.