Skip to content

Commit fb2c927

Browse files
Update CI to support Ruby 3.3
1 parent 169fca7 commit fb2c927

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu-20.04, ubuntu-22.04, macos-latest]
15-
ruby: [ 3.0, 3.1, 3.2, truffleruby-head ]
15+
ruby: [ 3.3, truffleruby-head ]
1616
exclude:
17-
- os: ubuntu-22.04
18-
ruby: 3.0
1917
- os: ubuntu-22.04
2018
ruby: truffleruby-head
2119

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: 3.0
18+
ruby-version: 3.3
1919
bundler-cache: true
2020
- name: Publish gem
2121
env:

0 commit comments

Comments
 (0)