Skip to content

Commit

Permalink
Add tests on released Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Jun 14, 2024
1 parent dcf33d5 commit 2cee211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:
merge_group: {}

jobs:
test:
compile:
runs-on: "windows-latest"
strategy:
fail-fast: false
matrix:
ruby: [ucrt, mswin]
ruby: ['3.2', '3.3', ucrt, mswin]
steps:
- uses: actions/checkout@v4
- name: load ruby
Expand Down

0 comments on commit 2cee211

Please sign in to comment.