Skip to content

Commit

Permalink
Actions test.yml - add Windows CI, head builds use OpenSSL 3.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Apr 19, 2024
1 parent 7ced1ab commit 6227924
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ jobs:
needs: ruby-versions
name: test (${{ matrix.ruby }} / ${{ matrix.os }})
strategy:
fail-fast: false
matrix:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ ubuntu-latest, macos-latest ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
include:
- { os: windows-latest, ruby: mswin }
- { os: windows-latest, ruby: ucrt }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6227924

Please sign in to comment.