Skip to content

Commit

Permalink
upgrade kind version and support 1.18
Browse files Browse the repository at this point in the history
upgrade kind version and support 1.18
  • Loading branch information
DaspawnW authored Jun 20, 2020
2 parents 140ec0d + 5c45912 commit 3bcd574
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
strategy:
matrix:
kubernetes_version:
- "kindest/node:v1.17.0@sha256:9512edae126da271b66b990b6fff768fbb7cd786c7d39e86bdf55906352fdf62"
- "kindest/node:v1.16.4@sha256:b91a2c2317a000f3a783489dfb755064177dbc3a0b2f4147d50f04825d016f55"
- "kindest/node:v1.15.7@sha256:e2df133f80ef633c53c0200114fce2ed5e1f6947477dbc83261a6a921169488d"
- "kindest/node:v1.14.10@sha256:81ae5a3237c779efc4dda43cc81c696f88a194abcc4f8fa34f86cf674aa14977"
- "kindest/node:v1.18.2@sha256:7b27a6d0f2517ff88ba444025beae41491b016bc6af573ba467b70c5e8e0d85f"
- "kindest/node:v1.17.5@sha256:ab3f9e6ec5ad8840eeb1f76c89bb7948c77bbf76bcebe1a8b59790b8ae9a283a"
- "kindest/node:v1.16.9@sha256:7175872357bc85847ec4b1aba46ed1d12fa054c83ac7a8a11f5c268957fd5765"
- "kindest/node:v1.15.11@sha256:6cc31f3533deb138792db2c7d1ffc36f7456a06f1db5556ad3b6927641016f50"
- "kindest/node:v1.14.10@sha256:6cd43ff41ae9f02bb46c8f455d5323819aec858b99534a290517ebc181b443c6"

steps:
- uses: actions/checkout@v1
Expand All @@ -24,9 +25,9 @@ jobs:
with:
java-version: 1.8

- uses: engineerd/setup-kind@v0.3.0
- uses: engineerd/setup-kind@v0.4.0
with:
version: "v0.7.0"
version: "v0.8.1"
image: "${{ matrix.kubernetes_version }}"

- name: "Kubernetes version"
Expand Down

0 comments on commit 3bcd574

Please sign in to comment.