Skip to content

Commit

Permalink
Add Ruby 3.3 to the test matrix
Browse files Browse the repository at this point in the history
While here, quote versions, as `3.0` is considered as a floating point
value, and GitHub actions get confused when the fractional part of a
number is 0 and understand `3`, which in turn use the latest version of
Ruby 3.x (so, yes, this was already testing against Ruby 3.3 and in fact
add tests for 3.0, but don't tell anyone 😉).
  • Loading branch information
smortex committed Jun 30, 2024
1 parent 5c3748b commit cc4cb0e
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 cc4cb0e

Please sign in to comment.