Browse Source

gh actions attempt ruby 3.0

dev
Andy Meneely 4 years ago
parent
commit
b58ba0c232
  1. 2
      .github/workflows/tests.yml

2
.github/workflows/tests.yml

@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
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
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
steps:

Loading…
Cancel
Save