Skip to content

Commit 3fada58

Browse files
authored
Merge pull request #9277 from kbrock/ruby3.3
Testing with ruby 3.2, 3.3
2 parents 7256984 + c20aea0 commit 3fada58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
matrix:
1414
ruby-version:
15-
- '3.0'
1615
- '3.1'
16+
- '3.3'
1717
node-version:
1818
- 18
1919
test-suite:
@@ -63,6 +63,6 @@ jobs:
6363
- name: Run tests
6464
run: bundle exec rake
6565
- name: Report code coverage
66-
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' && matrix.test-suite == 'spec' }}
66+
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' && matrix.test-suite == 'spec' }}
6767
continue-on-error: true
6868
uses: paambaati/codeclimate-action@v5

0 commit comments

Comments
 (0)