Skip to content

Commit

Permalink
Add Ruby 3.3 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleboe committed Jan 7, 2024
1 parent a0a6993 commit 52a2546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
ruby: ['3.0', '3.1', '3.2']
ruby: ['3.0', '3.1', '3.2', '3.3']
runs-on: ubuntu-latest

steps:
Expand All @@ -37,4 +37,4 @@ jobs:
uses: coverallsapp/github-action@v2
with:
parallel-finished: true
carryforward: "ruby-3.0,ruby-3.1,ruby-3.2"
carryforward: "ruby-3.0,ruby-3.1,ruby-3.2,ruby-3.3"

0 comments on commit 52a2546

Please sign in to comment.