Skip to content

Commit

Permalink
Windows env only provide Ruby 2.4+
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Aug 9, 2019
1 parent 4206043 commit a4dc9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
ruby: [ '2.6.x', '2.5.x', '2.4.x', '2.3.x' ]
ruby: [ '2.6.x', '2.5.x', '2.4.x' ]
steps:
- uses: actions/checkout@master
- name: Set up Ruby
Expand Down

0 comments on commit a4dc9e0

Please sign in to comment.