Skip to content

Commit c8a1c86

Browse files
authored
Merge pull request #124 from petergoldstein/feature/add_ruby_3_0_and_3_1_to_ci
Add Ruby 3.0 and 3.1 to the CI matrix
2 parents cb31efb + 4578b65 commit c8a1c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
matrix:
1414
os: [ubuntu]
15-
ruby: [2.4, 2.5, 2.6, 2.7]
15+
ruby: [2.4, 2.5, 2.6, 2.7, '3.0', 3.1]
1616

1717
runs-on: ${{ matrix.os }}-latest
1818

0 commit comments

Comments
 (0)