Skip to content

Commit 68d76b8

Browse files
authored
Drop ruby 2.3 build and add 3.1 and 3.2 builds (#607)
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent ca8ff35 commit 68d76b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ruby: [2.3, 2.7, 3.0]
16+
ruby: [2.7, 3.0, 3.1, 3.2]
1717
operating-system: [ubuntu-latest]
1818
include:
1919
- ruby: head

0 commit comments

Comments
 (0)