Skip to content

Commit

Permalink
Merge pull request #29 from ruby/drop-old-versions-from-windows
Browse files Browse the repository at this point in the history
Exclude Ruby 2.4-2.6 from windows-latest
  • Loading branch information
hsbt committed Mar 27, 2023
2 parents 58667aa + 0d7bcb9 commit 651909a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -16,6 +16,13 @@ jobs:
matrix:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- os: windows-latest
ruby: 2.4
- os: windows-latest
ruby: 2.5
- os: windows-latest
ruby: 2.6
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 651909a

Please sign in to comment.