There was an error while loading. Please reload this page.
1 parent 34fbc6f commit 1da44f7Copy full SHA for 1da44f7
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- ruby: [ 2.3, 2.4, 2.5, 2.6, 2.7, "3.0", 3.1, 3.2, 3.3 ]
+ ruby: [ 2.3, 2.4, 2.5, 2.6, 2.7, "3.0", 3.1, 3.2, 3.3, 3.4 ]
19
name: ${{ matrix.ruby }}
20
env:
21
BUNDLE_GEMFILE: .ci.gemfile
0 commit comments