Skip to content

Commit

Permalink
k8s matrix maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Dec 25, 2023
1 parent 2374305 commit 125a67f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/elixir_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-20.04
name: Test - OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
fail-fast: false
matrix:
# See https://hexdocs.pm/elixir/1.13/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
otp: ["23.x", "24.x", "25.x", "26.x"]
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/k8s_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
k8s_version: [v1.24.12, v1.25.8, v1.26.3, v1.27.1]
# https://hub.docker.com/r/kindest/node/tags
k8s_version: [v1.26.6, v1.27.3, v1.28.0, v1.29.0]
steps:
- uses: engineerd/setup-kind@v0.5.0
id: kind
Expand Down

0 comments on commit 125a67f

Please sign in to comment.