Skip to content

Commit 0b7b2ce

Browse files
committed
Start testing against Ruby head
1 parent fc1445a commit 0b7b2ce

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ruby: [ 2.6, 2.7, 3.0 ]
15-
bundler: [ 2.2.22, 2.2.25 ]
14+
ruby: [ 2.6, 2.7, 3.0, 3.1 ]
15+
bundler: [ 2.2.25 ]
16+
include:
17+
- ruby: 2.6
18+
bundler: 2.2.22
1619
name: Test Ruby ${{ matrix.ruby }}, Bundler ${{ matrix.bundler }}
1720
steps:
1821
- uses: actions/checkout@v2
@@ -30,5 +33,5 @@ jobs:
3033
run: bin/docs
3134
- name: Run tests
3235
env:
33-
BUNDLER_VERSION: ${{matrix.bundler}}
36+
BUNDLER_VERSION: ${{matrix.bundler}}
3437
run: bin/test

0 commit comments

Comments
 (0)