8000 Action - add 2 Windows head builds · rubyzip/rubyzip@bb09f90 · GitHub
[go: up one dir, main page]

Skip to content

Commit bb09f90

Browse files
MSP-Greghainesr
authored andcommitted
Action - add 2 Windows head builds
1 parent 8cec949 commit bb09f90

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ jobs:
1010
os: [ubuntu]
1111
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', head, jruby, jruby-head, truffleruby, truffleruby-head]
1212
include:
13-
- os: macos
14-
ruby: '2.5'
15-
- os: windows
16-
ruby: '2.5'
13+
- { os: macos , ruby: '2.5' }
14+
- { os: windows, ruby: '2.5' }
15+
# head builds
16+
- { os: windows, ruby: ucrt }
17+
- { os: windows, ruby: mswin }
1718
runs-on: ${{ matrix.os }}-latest
1819
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.os == 'windows' }}
1920
steps:
@@ -27,10 +28,6 @@ jobs:
2728
rubygems: '3.2.3'
2829
bundler-cache: true
2930

30-
- name: Install other dependencies
31-
if: matrix.os == 'windows'
32-
run: choco install zip
33-
3431
- name: Run the tests
3532
env:
3633
RUBYOPT: -v

0 commit comments

Comments
 (0)
0