Skip to content

Commit

Permalink
PIA-809: Update ruby version on CI pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-laura-sempere committed Nov 9, 2023
1 parent df1f900 commit 2bd245a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.0.2

- name: Install Fastlane
run: gem install fastlane
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testflight_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.0.2

- name: Install Fastlane
run: gem install fastlane
Expand Down

0 comments on commit 2bd245a

Please sign in to comment.