Skip to content

Commit

Permalink
change: ruby-version: 2.7 => ruby-version: 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
netpyoung committed Feb 5, 2024
1 parent 94c2fe9 commit 72f5e6a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows-test/build_asset_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.3
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Run Buildscript
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows-test/build_asset_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.3
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Run Buildscript
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows-test/build_asset_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.3
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Run Buildscript
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows-test/build_asset_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.3
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Run Buildscript
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows-test/build_asset_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.3
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Remove Name Conflict
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release_with_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.3
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Remove Name Conflict
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.3
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Run Buildscript
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.3
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Run Buildscript
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.3
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Run Buildscript
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.3
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Run Buildscript
Expand Down

0 comments on commit 72f5e6a

Please sign in to comment.