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 964aba3 commit 70aef1fCopy full SHA for 70aef1f
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- ruby-version: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', 'ruby-head']
+ ruby-version: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', 'ruby-head']
14
continue-on-error: ${{ matrix.ruby-version == 'ruby-head' }}
15
steps:
16
- uses: actions/checkout@v3
0 commit comments