Skip to content

Commit

Permalink
Reactivate Windows CI for Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Nov 5, 2024
1 parent 0e3e3d6 commit cf36c21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- macos-latest
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -36,15 +36,15 @@ jobs:
strategy:
matrix:
ruby:
#- '3.3'
- '3.3'
- '3.2'
- '3.1'
- '3.0'
- '2.7'
- jruby
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit cf36c21

Please sign in to comment.