Skip to content

Commit

Permalink
test: run IT against Vault 1.18.2 and remove 1.11 job (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Dec 7, 2024
1 parent d90dfc8 commit d3da003
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
strategy:
matrix:
jdk: [ 11, 17, 21 ]
vault: [ '1.2.0', '1.11.12', '1.18.0' ]
vault: [ '1.2.0', '1.18.2' ]
include:
- jdk: 21
vault: '1.18.0'
vault: '1.18.2'
analysis: true
steps:
- name: Checkout
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
### Dependencies
* Updated Jackson to 2.18.2 (#85)

### Test
* Tested against Vault 1.2 to 1.18


## 1.3.1 (2024-10-03)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
* @since 0.1
*/
class HTTPVaultConnectorIT {
private static String VAULT_VERSION = "1.18.0"; // The vault version this test is supposed to run against.
private static String VAULT_VERSION = "1.18.2"; // The vault version this test is supposed to run against.
private static final String KEY1 = "E38bkCm0VhUvpdCKGQpcohhD9XmcHJ/2hreOSY019Lho";
private static final String KEY2 = "O5OHwDleY3IiPdgw61cgHlhsrEm6tVJkrxhF6QAnILd1";
private static final String KEY3 = "mw7Bm3nbt/UWa/juDjjL2EPQ04kiJ0saC5JEXwJvXYsB";
Expand Down

0 comments on commit d3da003

Please sign in to comment.