Skip to content

Commit

Permalink
CI: Remove exclusion of Ruby 3.2 on windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Feb 10, 2023
1 parent 01696a7 commit a044dc7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- "3.1"
- "3.2"
- "head"
exclude:
- os: "windows-latest"
ruby-version: "3.2"
runs-on: ${{ matrix.os }}
steps:
- uses: "actions/checkout@v3"
Expand Down

0 comments on commit a044dc7

Please sign in to comment.