Skip to content

Commit

Permalink
Start testing against Ruby head
Browse files Browse the repository at this point in the history
  • Loading branch information
paracycle committed Dec 7, 2021
1 parent b1985b0 commit 09005f0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -11,8 +11,11 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ 2.6, 2.7, 3.0 ]
bundler: [ 2.2.22, 2.2.25 ]
ruby: [ 2.6, 2.7, 3.0, 'head' ]
bundler: [ 2.2.25 ]
include:
- ruby: 2.6
bundler: 2.2.22
name: Test Ruby ${{ matrix.ruby }}, Bundler ${{ matrix.bundler }}
steps:
- uses: actions/checkout@v2
Expand All @@ -30,5 +33,5 @@ jobs:
run: bin/docs
- name: Run tests
env:
BUNDLER_VERSION: ${{matrix.bundler}}
BUNDLER_VERSION: ${{matrix.bundler}}
run: bin/test

0 comments on commit 09005f0

Please sign in to comment.