Skip to content

Commit

Permalink
Drop ruby 2.3 build and add 3.1 and 3.2 builds (#607)
Browse files Browse the repository at this point in the history
Signed-off-by: James Couball <jcouball@yahoo.com>
  • Loading branch information
jcouball committed Jan 12, 2023
1 parent ca8ff35 commit 68d76b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.3, 2.7, 3.0]
ruby: [2.7, 3.0, 3.1, 3.2]
operating-system: [ubuntu-latest]
include:
- ruby: head
Expand Down

0 comments on commit 68d76b8

Please sign in to comment.