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.
2 parents d3e2c9b + 2bf37b3 commit 7e3069cCopy full SHA for 7e3069c
.github/workflows/release.yml
@@ -11,10 +11,10 @@ jobs:
11
if: github.repository_owner == 'voxpupuli'
12
steps:
13
- uses: actions/checkout@v4
14
- - name: Install Ruby 3.0
+ - name: Install Ruby 3.3
15
uses: ruby/setup-ruby@v1
16
with:
17
- ruby-version: '3.0'
+ ruby-version: '3.3'
18
bundler: 'none'
19
- name: Build gem
20
run: gem build --strict --verbose *.gemspec
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
- name: Install Ruby ${{ matrix.ruby }}
21
22
- ruby-version: "3.0"
+ ruby-version: "3.3"
23
bundler-cache: true
24
- name: Rubocop
25
run: bundle exec rake rubocop
@@ -30,6 +30,7 @@ jobs:
30
fail-fast: false
31
matrix:
32
ruby:
33
+ - "3.3"
34
- "3.2"
35
- "3.1"
36
- "3.0"
0 commit comments