Skip to content

Commit fb66674

Browse files
committed
Fix Vault versions to use available community releases
1 parent a7d78da commit fb66674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# https://endoflife.date/rails
1313
rails: ["7.2", "8.0", "8.1"]
1414
# https://developer.hashicorp.com/vault/docs/enterprise/lts
15-
vault: ["1.16.13", "1.19.13", "1.20.7", "1.21.2"]
15+
vault: ["1.16.3", "1.19.5", "1.20.4", "1.21.2"]
1616
runs-on: ubuntu-latest
1717
timeout-minutes: 5
1818
env:

0 commit comments

Comments
 (0)