Skip to content

Commit 3912c81

Browse files
committed
Add ActiveModel 6.1 to CI run
1 parent 5b91cb9 commit 3912c81

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,20 @@ jobs:
1818
strategy:
1919
matrix:
2020
ruby: [2.2, 2.3, 2.4, 2.5, 2.6, 2.7]
21-
activemodel: [3.2, 4.0, 4.1, 4.2, 5.0, 5.1, 5.2, 6.0]
21+
activemodel: [3.2, 4.0, 4.1, 4.2, 5.0, 5.1, 5.2, 6.0, 6.1]
2222
exclude:
2323
- ruby: 2.2
2424
activemodel: 6.0
2525
- ruby: 2.3
2626
activemodel: 6.0
2727
- ruby: 2.4
2828
activemodel: 6.0
29+
- ruby: 2.2
30+
activemodel: 6.1
31+
- ruby: 2.3
32+
activemodel: 6.1
33+
- ruby: 2.4
34+
activemodel: 6.1
2935
fail-fast: true
3036
env:
3137
ACTIVE_MODEL_VERSION: ${{ matrix.activemodel }}

0 commit comments

Comments
 (0)