Skip to content

Commit

Permalink
Add ActiveModel 6.1 to CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
ball-hayden committed Feb 1, 2021
1 parent 5b91cb9 commit 3912c81
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,20 @@ jobs:
strategy:
matrix:
ruby: [2.2, 2.3, 2.4, 2.5, 2.6, 2.7]
activemodel: [3.2, 4.0, 4.1, 4.2, 5.0, 5.1, 5.2, 6.0]
activemodel: [3.2, 4.0, 4.1, 4.2, 5.0, 5.1, 5.2, 6.0, 6.1]
exclude:
- ruby: 2.2
activemodel: 6.0
- ruby: 2.3
activemodel: 6.0
- ruby: 2.4
activemodel: 6.0
- ruby: 2.2
activemodel: 6.1
- ruby: 2.3
activemodel: 6.1
- ruby: 2.4
activemodel: 6.1
fail-fast: true
env:
ACTIVE_MODEL_VERSION: ${{ matrix.activemodel }}
Expand Down

0 comments on commit 3912c81

Please sign in to comment.