Skip to content

Commit

Permalink
Add Ruby3.0 to matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Gregg <[email protected]>
  • Loading branch information
CGA1123 committed Dec 25, 2020
1 parent 3a41baf commit aeb3d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.6', '2.7' ]
ruby: [ '2.6', '2.7', '3.0' ]
experimental: [ false ]
name: Ruby ${{ matrix.ruby }}
steps:
Expand Down

0 comments on commit aeb3d91

Please sign in to comment.