|
|
|
@ -8,7 +8,7 @@ jobs: |
|
|
|
fail-fast: false |
|
|
|
fail-fast: false |
|
|
|
matrix: |
|
|
|
matrix: |
|
|
|
os: [ubuntu, macos] |
|
|
|
os: [ubuntu, macos] |
|
|
|
ruby: [2.5, 2.6, 2.7, head] |
|
|
|
ruby: [2.5, 2.6, 2.7, 3.0, head] |
|
|
|
runs-on: ${{ matrix.os }}-latest |
|
|
|
runs-on: ${{ matrix.os }}-latest |
|
|
|
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }} |
|
|
|
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }} |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
|