Skip to content

Commit 8996e47

Browse files
committed
ci: update to ruby 3.3
1 parent e5b6586 commit 8996e47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
fail-fast: false
77
matrix:
88
os: [ ubuntu-latest, macos-latest ]
9-
ruby: [ '3.1' ]
9+
ruby: [ '3.3' ]
1010
runs-on: ${{ matrix.os }}
1111

1212
steps:

.github/workflows/gem-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Ruby
1919
uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: '3.2'
21+
ruby-version: '3.3'
2222
bundler-cache: true
2323

2424
- name: Publish to RubyGems

0 commit comments

Comments
 (0)