mirror of
https://github.com/outbackdingo/deployment.git
synced 2026-03-02 22:11:13 +00:00
Remove Ubuntu 20.04 from the deployment matrix in kustomize.yaml for streamlined compatibility
This commit is contained in:
2
.github/workflows/kustomize.yaml
vendored
2
.github/workflows/kustomize.yaml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
|
||||
os: [ubuntu-22.04, ubuntu-24.04]
|
||||
#kind: [v0.21.0, v0.22.0, v0.23.0, v0.24.0, v0.25.0]
|
||||
kind: [v0.25.0]
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user