Skip to content

Commit

Permalink
reduce matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
YO4 committed Oct 20, 2024
1 parent dafb4c7 commit c93c1b7
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/reline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,19 @@ jobs:
matrix:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [windows-2019, windows-2022]
console: [ conhost, legacy-conhost, 1.21, 1.22preview, canary ]
console: [ conhost, legacy-conhost, stable ]
exclude:
- console: 1.21
os: windows-2019
- console: 1.22preview
os: windows-2019
- console: canary
- console: stable
os: windows-2019
- console: legacy-conhost
os: windows-2022
include:
- os: windows-2022
ruby: 3.3
console: preview
- os: windows-2022
ruby: 3.3
console: canary
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c93c1b7

Please sign in to comment.