Skip to content

Commit b9835a8

Browse files
committed
Add Ruby 3.0 to CI build
1 parent cb01d2b commit b9835a8

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
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
ruby: [2.3, 2.7]
15+
ruby: [2.3, 2.7, 3.0]
1616
operating-system: [ubuntu-latest]
1717
include:
1818
- ruby: head

0 commit comments

Comments
 (0)