Skip to content

Commit

Permalink
Merge pull request #54 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
CI: Add Ruby 3.0 to matrix
  • Loading branch information
jmettraux committed Mar 23, 2021
2 parents 07fb7d5 + 1bce646 commit 4661100
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
#ruby: [ jruby ]
ruby: [ '2.3', '2.5', '2.6', '2.7', jruby-9.2 ]
ruby: [ '2.3', '2.5', '2.6', '2.7', '3.0', jruby-9.2 ]
experimental: [ false ]
fail-fast: false
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit 4661100

Please sign in to comment.