Skip to content

Commit

Permalink
Release gem use Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Dec 27, 2023
1 parent 3aba3b3 commit 31ef1e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-crate-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v3
- uses: oxidize-rb/actions/setup-ruby-and-rust@main
with:
ruby-version: '3.2'
ruby-version: '3.3'
bundler-cache: true
cargo-cache: true
cargo-vendor: false
Expand All @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v3
- uses: oxidize-rb/actions/setup-ruby-and-rust@main
with:
ruby-version: '3.2'
ruby-version: '3.3'
bundler-cache: false
cargo-cache: true
cargo-vendor: true
Expand All @@ -88,7 +88,7 @@ jobs:
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
ruby-version: '3.3'
bundler-cache: true
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 31ef1e3

Please sign in to comment.