Action - add 2 Windows head builds

This commit is contained in:
MSP-Greg 2023-07-28 17:27:06 -05:00 committed by Robert Haines
parent 8cec9491b2
commit bb09f90ef9
1 changed files with 5 additions and 8 deletions

View File

@ -10,10 +10,11 @@ jobs:
os: [ubuntu] os: [ubuntu]
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', head, jruby, jruby-head, truffleruby, truffleruby-head] ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', head, jruby, jruby-head, truffleruby, truffleruby-head]
include: include:
- os: macos - { os: macos , ruby: '2.5' }
ruby: '2.5' - { os: windows, ruby: '2.5' }
- os: windows # head builds
ruby: '2.5' - { os: windows, ruby: ucrt }
- { os: windows, ruby: mswin }
runs-on: ${{ matrix.os }}-latest runs-on: ${{ matrix.os }}-latest
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.os == 'windows' }} continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.os == 'windows' }}
steps: steps:
@ -27,10 +28,6 @@ jobs:
rubygems: '3.2.3' rubygems: '3.2.3'
bundler-cache: true bundler-cache: true
- name: Install other dependencies
if: matrix.os == 'windows'
run: choco install zip
- name: Run the tests - name: Run the tests
env: env:
RUBYOPT: -v RUBYOPT: -v