Skip to content

Commit

Permalink
CI: Specify Ruby versions correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Oct 1, 2023
1 parent 5fd6e3b commit 7c337a2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
strategy:
matrix:
ruby:
- 3.2
- 3.1
- 3.0
- '3.2'
- '3.1'
- '3.0'
- jruby
- truffleruby
os:
Expand All @@ -34,9 +34,9 @@ jobs:
strategy:
matrix:
ruby:
- 3.2
- 3.1
- 3.0
- '3.2'
- '3.1'
- '3.0'
- jruby
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 7c337a2

Please sign in to comment.