Skip to content

Commit

Permalink
CI: Specify the version 3.0 as a String
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn committed Dec 28, 2020
1 parent 3b13e75 commit 949cdaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- macos-10.15
- windows-latest
ruby:
- 3.0
- '3.0'
- 2.7
- 2.6
- 2.5
Expand All @@ -32,7 +32,7 @@ jobs:
- { os: ubuntu-latest , ruby: jruby-9.2 } # Ruby 2.5
- { os: ubuntu-latest , ruby: truffleruby }
exclude:
- { os: windows-latest , ruby: 3.0 }
- { os: windows-latest , ruby: '3.0' }
- { os: windows-latest , ruby: debug }

steps:
Expand Down

0 comments on commit 949cdaa

Please sign in to comment.