Skip to content

Commit

Permalink
ci: build for ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehobbsdev committed May 24, 2024
1 parent d4552c0 commit 3641d37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"include": [
{ "ruby": "3.0" },
{ "ruby": "3.1" },
{ "ruby": "3.2" }
{ "ruby": "3.2" },
{ "ruby": "3.3" }
]
}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ jobs:
run: bundle exec rake test

- name: Upload coverage
if: matrix.ruby == '3.2'
if: matrix.ruby == '3.2' || matrix.ruby == '3.3'
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # [email protected]

0 comments on commit 3641d37

Please sign in to comment.