Skip to content

Commit

Permalink
Merge pull request #25 from mishina2228/ci-on-ruby30
Browse files Browse the repository at this point in the history
Fix to run CI with Ruby 3.0
  • Loading branch information
janlelis authored Sep 17, 2022
2 parents 64497bb + c4e3e9c commit 1c62aee
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.1
- 3.0
- 2.7
- '3.1'
- '3.0'
- '2.7'
- jruby
- truffleruby
os:
Expand All @@ -34,9 +34,9 @@ jobs:
strategy:
matrix:
ruby:
- 3.1
- 3.0
- 2.7
- '3.1'
- '3.0'
- '2.7'
- jruby
runs-on: windows-latest
steps:
Expand Down

0 comments on commit 1c62aee

Please sign in to comment.