Skip to content

Commit

Permalink
Migrate to matrix job
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Apr 21, 2020
1 parent 42c8274 commit 6a9420a
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,15 @@ jobs:

build_jobs: &build_jobs
- rspec:
name: "rspec:2.2"
version: "2.2"
- rspec:
name: "rspec:2.3"
version: "2.3"
- rspec:
name: "rspec:2.4"
version: "2.4"
- rspec:
name: "rspec:2.5"
version: "2.5"
- rspec:
name: "rspec:2.6"
version: "2.6"
- rspec:
name: "rspec:2.7"
version: "2.7"
matrix:
parameters:
version:
- "2.2"
- "2.3"
- "2.4"
- "2.5"
- "2.6"
- "2.7"

workflows:
version: 2
Expand Down

0 comments on commit 6a9420a

Please sign in to comment.