Skip to content

Commit

Permalink
Add Ruby 3.0 to CI build
Browse files Browse the repository at this point in the history
Signed-off-by: James Couball <jcouball@yahoo.com>
  • Loading branch information
jcouball committed Dec 23, 2021
1 parent cb01d2b commit ac30133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.3, 2.7]
ruby: [2.3, 2.7, 3.0]
operating-system: [ubuntu-latest]
include:
- ruby: head
Expand Down

0 comments on commit ac30133

Please sign in to comment.