Skip to content

Commit 7e3069c

Browse files
authored
Merge pull request #44 from traylenator/ruby33
2 parents d3e2c9b + 2bf37b3 commit 7e3069c

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.0
14+
- name: Install Ruby 3.3
1515
uses: ruby/setup-ruby@v1
1616
with:
17-
ruby-version: '3.0'
17+
ruby-version: '3.3'
1818
bundler: 'none'
1919
- name: Build gem
2020
run: gem build --strict --verbose *.gemspec

.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.0"
22+
ruby-version: "3.3"
2323
bundler-cache: true
2424
- name: Rubocop
2525
run: bundle exec rake rubocop
@@ -30,6 +30,7 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
ruby:
33+
- "3.3"
3334
- "3.2"
3435
- "3.1"
3536
- "3.0"

0 commit comments

Comments
 (0)