Skip to content

Commit

Permalink
Update CI workflow to accomodate ruby/activemodel compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Dec 20, 2021
1 parent f992fa2 commit 3e50a88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [2.5, 2.6, 2.7]
ruby: [2.7, 3.0]
gemfile:
- activemodel-5.2
- activemodel-6.0
- activemodel-6.1
- activemodel-7.0
- activemodel-main
include:
- { ruby: "2.3", gemfile: "activemodel-3.2" }
- { ruby: "2.3", gemfile: "activemodel-4.2" }
- { ruby: "2.4", gemfile: "activemodel-4.2" }
- { ruby: "2.5", gemfile: "activemodel-5.2" }
- { ruby: "2.6", gemfile: "activemodel-6.1" }

env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down

0 comments on commit 3e50a88

Please sign in to comment.