Skip to content

Commit

Permalink
CI: Use Ruby 3.0 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn committed Mar 5, 2021
1 parent 796fc6b commit d5583a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ jobs:
os:
- windows-latest
ruby:
- mswin
- mingw
- "3.0"
- 2.7
- 2.6
- 2.5
- 2.4
- 2.3
- mswin
- mingw

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d5583a1

Please sign in to comment.