Skip to content

Commit efa1060

Browse files
authored
Ruby 3.1.2 → 3.3.6 (#306)
* Ruby 3.1.2 -> 3.3.6 * Remove manual env from CI
1 parent b79a9ab commit efa1060

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.github/actions/install-cocoapods/action.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
name: Cocoapods
22
description: Install cocoapods for sample app
33

4-
inputs:
5-
ruby-version:
6-
description: 'Ruby version to use'
7-
required: false
8-
default: '3.1.2'
9-
104
runs:
115
using: composite
126
steps:
137
- name: Setup Ruby
148
uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0
159
with:
10+
ruby-version: 3.3.6
1611
bundler-cache: true
17-
ruby-version: ${{ inputs.ruby-version }}
1812
working-directory: sample
1913

2014
- name: Cache cocoapods
@@ -23,7 +17,7 @@ runs:
2317
with:
2418
path: |
2519
sample/ios/Pods
26-
key: ${{ runner.os }}-cocoapods-ruby-${{ inputs.ruby-version }}-${{ hashFiles('sample/ios/Podfile.lock', 'sample/Gemfile.lock', 'sample/Gemfile', 'package.json', 'sample/package.json', 'modules/@shopify/checkout-sheet-kit/package.json', 'yarn.lock') }}
20+
key: ${{ runner.os }}-cocoapods-${{ hashFiles('sample/ios/Podfile.lock', 'sample/Gemfile.lock', 'sample/Gemfile', 'package.json', 'sample/package.json', 'modules/@shopify/checkout-sheet-kit/package.json', 'yarn.lock') }}
2721

2822
- name: Install cocoapods
2923
shell: bash

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
types: [opened, synchronize]
88

99
env:
10-
RUBY_VERSION: '3.1.2'
1110
JAVA_VERSION: '22'
1211

1312
jobs:
@@ -140,8 +139,6 @@ jobs:
140139

141140
- name: Install cocoapods
142141
uses: ./.github/actions/install-cocoapods
143-
with:
144-
ruby-version: ${{ env.RUBY_VERSION }}
145142

146143
- name: Run Swift tests
147144
run: |

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.2
1+
3.3.6

0 commit comments

Comments
 (0)