Skip to content

Commit 1301a0d

Browse files
authored
Merge pull request #256 from kbrock/ruby3.3
Testing with ruby 3.2, 3.3 (keeping 2.6, 2.7)
2 parents 5b15719 + a23ce70 commit 1301a0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
- '2.7'
1616
- '3.0'
1717
- '3.1'
18+
- '3.2'
19+
- '3.3'
1820
env:
1921
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
2022
steps:

0 commit comments

Comments
 (0)