We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 311d97f + 68e3e39 commit 9477908Copy full SHA for 9477908
.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', '3.2', 'ruby-head']
+ ruby-version: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', 'ruby-head']
14
continue-on-error: ${{ matrix.ruby-version == 'ruby-head' }}
15
steps:
16
- uses: actions/checkout@v3
0 commit comments