Action - add 2 Windows head builds
This commit is contained in:
parent
8cec9491b2
commit
bb09f90ef9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue