Skip to content

Commit 8a4bec1

Browse files
committed
chore: add .ruby-version file and update version in GH workflow
1 parent e6bf3cd commit 8a4bec1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build-ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup Ruby (bundle)
4949
uses: ruby/setup-ruby@v1
5050
with:
51-
ruby-version: 2.7.2
51+
ruby-version: 3.3.0
5252
bundler-cache: true
5353
working-directory: example/ios
5454

@@ -95,7 +95,7 @@ jobs:
9595
- name: Setup Ruby (bundle)
9696
uses: ruby/setup-ruby@v1
9797
with:
98-
ruby-version: 2.7.2
98+
ruby-version: 3.3.0
9999
bundler-cache: true
100100
working-directory: example/ios
101101

example/.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.3.0

0 commit comments

Comments
 (0)