We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b6586 commit 8996e47Copy full SHA for 8996e47
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
fail-fast: false
7
matrix:
8
os: [ ubuntu-latest, macos-latest ]
9
- ruby: [ '3.1' ]
+ ruby: [ '3.3' ]
10
runs-on: ${{ matrix.os }}
11
12
steps:
.github/workflows/gem-push.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Ruby
19
uses: ruby/setup-ruby@v1
20
with:
21
- ruby-version: '3.2'
+ ruby-version: '3.3'
22
bundler-cache: true
23
24
- name: Publish to RubyGems
0 commit comments