Skip to content

Commit

Permalink
hack
Browse files Browse the repository at this point in the history
  • Loading branch information
d1egoaz committed Sep 28, 2022
1 parent 787fdf6 commit da36068
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
- '3.1.2' # With k8s 1.24
- '3.0.4' # With k8s 1.23
- '2.7.6' # With k8s 1.22
- '3.1.2' # With k8s 1.24
- '3.0.4' # With k8s 1.23
- '2.7.6' # With k8s 1.22
include:
# Match kind images with chosen version https://github.com/kubernetes-sigs/kind/releases
# When using the same ruby version, please add an additonal space at the end of the value,
# otherwise the job won't be created. Example: - ruby: "3.1.2", other test: - ruby: "3.1.2 "
- ruby: '3.1.2'
kind_version: 'v0.14.0'
kubernetes_version: '1.24.0'
Expand All @@ -32,27 +31,27 @@ jobs:
kind_version: 'v0.14.0'
kubernetes_version: '1.24.0'
kind_image: 'kindest/node:v1.24.0@sha256:0866296e693efe1fed79d5e6c7af8df71fc73ae45e3679af05342239cdc5bc8e'
- ruby: '3.1.2'
- ruby: '3.1.2 '
kind_version: 'v0.11.1'
kubernetes_version: '1.23.0'
kind_image: 'kindest/node:v1.23.0@sha256:49824ab1727c04e56a21a5d8372a402fcd32ea51ac96a2706a12af38934f81ac'
- ruby: '3.0.4'
- ruby: '3.0.4 '
kind_version: 'v0.11.1'
kubernetes_version: '1.23.0'
kind_image: 'kindest/node:v1.23.0@sha256:49824ab1727c04e56a21a5d8372a402fcd32ea51ac96a2706a12af38934f81ac'
- ruby: '2.7.6'
- ruby: '2.7.6 '
kind_version: 'v0.11.1'
kubernetes_version: '1.23.0'
kind_image: 'kindest/node:v1.23.0@sha256:49824ab1727c04e56a21a5d8372a402fcd32ea51ac96a2706a12af38934f81ac'
- ruby: '3.1.2'
- ruby: '3.1.2 '
kind_version: 'v0.11.1'
kubernetes_version: '1.22.0'
kind_image: 'kindest/node:v1.22.0@sha256:b8bda84bb3a190e6e028b1760d277454a72267a5454b57db34437c34a588d047'
- ruby: '3.0.4'
- ruby: '3.0.4 '
kind_version: 'v0.11.1'
kubernetes_version: '1.22.0'
kind_image: 'kindest/node:v1.22.0@sha256:b8bda84bb3a190e6e028b1760d277454a72267a5454b57db34437c34a588d047'
- ruby: '2.7.6'
- ruby: '2.7.6 '
kind_version: 'v0.11.1'
kubernetes_version: '1.22.0'
kind_image: 'kindest/node:v1.22.0@sha256:b8bda84bb3a190e6e028b1760d277454a72267a5454b57db34437c34a588d047'
Expand Down

0 comments on commit da36068

Please sign in to comment.