Skip to content

Commit

Permalink
Merge pull request #144 from smortex/ruby-3.3
Browse files Browse the repository at this point in the history
Add Ruby 3.3 to the test matrix
  • Loading branch information
jamtur01 authored Jun 30, 2024
2 parents 99d43f8 + cc4cb0e commit c0b4ab9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
strategy:
matrix:
ruby-version:
- 2.7
- 3.0
- 3.1
- 3.2
- "2.7"
- "3.0"
- "3.1"
- "3.2"
- "3.3"
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c0b4ab9

Please sign in to comment.