test: run IT against Vault 1.18.2 and remove 1.11 job (#87)

This commit is contained in:
Stefan Kalscheuer 2024-12-07 11:26:54 +01:00
parent d90dfc8ba7
commit d3da00372c
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
3 changed files with 6 additions and 3 deletions
.github/workflows
CHANGELOG.md
src/test/java/de/stklcode/jvault/connector

@ -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

@ -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)

@ -52,7 +52,7 @@ import static org.junit.jupiter.api.Assumptions.assumeTrue;
* @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";