mirror of
https://github.com/cmur2/kube-stale-resources.git
synced 2025-06-29 20:30:24 +02:00
ci: update kind and K8s versions
This commit is contained in:
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -32,11 +32,12 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
k8s-version:
|
||||
- v1.16.15
|
||||
- v1.18.15
|
||||
- v1.19.7
|
||||
- v1.18.19
|
||||
- v1.19.11
|
||||
- v1.20.7
|
||||
- v1.21.1
|
||||
env:
|
||||
kind-version: v0.10.0
|
||||
kind-version: v0.11.1
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python 3.8
|
||||
@ -70,7 +71,7 @@ jobs:
|
||||
|
||||
# If this run was triggered by a pull request event, then checkout
|
||||
# the head of the pull request instead of the merge commit.
|
||||
- run: git checkout HEAD^2
|
||||
- run: git checkout HEAD
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
|
Reference in New Issue
Block a user