Skip to content

Commit f20625d

Browse files
authored
Merge pull request #169 from bastelfreak/ruby33
Add Ruby 3.3 support
2 parents c24a937 + f278e1a commit f20625d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
if: github.repository_owner == 'voxpupuli'
1212
steps:
1313
- uses: actions/checkout@v4
14-
- name: Install Ruby 3.2
14+
- name: Install Ruby 3.3
1515
uses: ruby/setup-ruby@v1
1616
with:
17-
ruby-version: '3.2'
17+
ruby-version: '3.3'
1818
env:
1919
BUNDLE_WITHOUT: release
2020
- name: Build gem

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Ruby ${{ matrix.ruby }}
2020
uses: ruby/setup-ruby@v1
2121
with:
22-
ruby-version: "3.2"
22+
ruby-version: "3.3"
2323
bundler-cache: true
2424
- name: Run Rubocop
2525
run: bundle exec rake rubocop
@@ -34,6 +34,7 @@ jobs:
3434
- ruby: '3.0'
3535
- ruby: '3.1'
3636
- ruby: '3.2'
37+
- ruby: '3.3'
3738
coverage: 'yes'
3839
env:
3940
COVERAGE: ${{ matrix.coverage }}

0 commit comments

Comments
 (0)