Skip to content

Commit

Permalink
ci: add 0.1.15195 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
samsalisbury committed Apr 26, 2021
1 parent f063833 commit 184b538
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ version: 2.1
workflows:
test:
jobs:
- test_0_1_5879
- test_0_1_5691
- test_0_1_5652
- test_0_1_5607
- test_0_1_5581
- test_0_1_5575
- test_0_1_15195

executors:
default:
Expand Down Expand Up @@ -37,9 +37,6 @@ commands:
- run: CCI_VERSION=<<parameters.version>> make get-circleci-cli
- run: CCI_VERSION=<<parameters.version>> make test
jobs:
test_0_1_5879:
executor: default
steps: [ test: {version: 0.1.5879} ]
test_0_1_5691:
executor: default
steps: [ test: {version: 0.1.5691} ]
Expand All @@ -55,3 +52,6 @@ jobs:
test_0_1_5575:
executor: default
steps: [ test: {version: 0.1.5575} ]
test_0_1_15195:
executor: default
steps: [ test: {version: 0.1.15195} ]

0 comments on commit 184b538

Please sign in to comment.