Skip to content

Commit

Permalink
add vault 1.9.2 and ruby 2.7.4 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
phallstrom committed Dec 23, 2021
1 parent e28eadf commit 61b2602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ workflows:
only: /^v[0-9]+\.[0-9]+\.[0-9]+.*/
matrix:
parameters:
ruby-version: ["2.7.1", "2.6", "2.5"]
vault-version: ["1.5.0", "1.4.2", "1.4.1", "1.4.0", "1.3.6"]
ruby-version: ["2.7.4", "2.7.1", "2.6", "2.5"]
vault-version: ["1.9.2", "1.5.0", "1.4.2", "1.4.1", "1.4.0", "1.3.6"]
name: test-ruby-<< matrix.ruby-version >>-vault-<< matrix.vault-version >>
- build-release:
requires:
Expand Down

0 comments on commit 61b2602

Please sign in to comment.