We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d27a05 commit ae8608eCopy full SHA for ae8608e
.github/workflows/ci.yml
@@ -7,8 +7,7 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- ruby: [2.7, '3.0', 3.1, ruby-head]
11
- continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
+ ruby: [2.7, '3.0', '3.1', '3.2']
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v2
0 commit comments