Skip to content

Commit 4095d77

Browse files
Merge pull request #12 from nicolastemciuc/nt--test-against-ruby-33
Test against `Ruby 3.3`
2 parents 3ba32e2 + 10f5fe9 commit 4095d77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
ruby-version:
19+
- 3.3
1920
- 3.2
2021
- 3.1
2122
- '3.0'
@@ -49,6 +50,6 @@ jobs:
4950
bundler-cache: true
5051
- name: Run rubocop
5152
run: bundle exec rubocop
52-
if: ${{ matrix.ruby == '3.2' }}
53+
if: ${{ matrix.ruby-version == '3.3' }}
5354
- name: Run tests
5455
run: bundle exec rspec

0 commit comments

Comments
 (0)