Skip to content

Commit 26c424c

Browse files
committed
Include Ruby 3.0 in CI
1 parent 3912c81 commit 26c424c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
matrix:
2020
ruby: [2.2, 2.3, 2.4, 2.5, 2.6, 2.7]
2121
activemodel: [3.2, 4.0, 4.1, 4.2, 5.0, 5.1, 5.2, 6.0, 6.1]
22+
include:
23+
- ruby: 3.0
24+
activemodel: 6.0
25+
- ruby: 3.0
26+
activemodel: 6.1
2227
exclude:
2328
- ruby: 2.2
2429
activemodel: 6.0

0 commit comments

Comments
 (0)