Skip to content

Commit e4e5222

Browse files
Merge pull request #66 from nicolastemciuc/nt--test-against-ruby-33
Test against `Ruby 3.1` and `Ruby 3.3`
2 parents 9a117e4 + 9c3a465 commit e4e5222

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
ruby:
19+
- 3.3
20+
- 3.2
21+
- 3.1
1922
- 3.0.0
2023
- 2.7.2
2124
- 2.6.6

0 commit comments

Comments
 (0)