e2e-tests: include k8s 1.25

This commit is contained in:
Malte Poll 2022-09-05 11:17:20 +02:00 committed by Malte Poll
parent f3b9d0402b
commit bd6c6ce836
4 changed files with 10 additions and 10 deletions

View File

@ -7,10 +7,10 @@ on:
schedule:
- cron: "0 19 * * 0"
jobs:
test-older-versions:
test-other-versions:
strategy:
matrix:
version: ["1.22", "1.23"]
version: ["1.22", "1.24", "1.25"]
runs-on: ubuntu-latest
steps:
- name: Check out repository

View File

@ -5,7 +5,7 @@ on:
schedule:
- cron: "0 0 * * 2-6"
jobs:
test-latest:
test-default:
runs-on: ubuntu-latest
steps:
- name: Check out repository
@ -77,10 +77,10 @@ jobs:
--no-wait \
--yes
test-older-versions:
test-other-versions:
strategy:
matrix:
version: ["1.22", "1.23"]
version: ["1.22", "1.24", "1.25"]
runs-on: ubuntu-latest
steps:
- name: Check out repository

View File

@ -7,10 +7,10 @@ on:
schedule:
- cron: "0 0 * * 0"
jobs:
test-older-versions:
test-other-versions:
strategy:
matrix:
version: ["1.22", "1.23"]
version: ["1.22", "1.24", "1.25"]
runs-on: ubuntu-latest
steps:
- name: Check out repository

View File

@ -5,7 +5,7 @@ on:
schedule:
- cron: "0 2 * * 2-6"
jobs:
test-latest:
test-default:
runs-on: ubuntu-latest
steps:
- name: Check out repository
@ -52,10 +52,10 @@ jobs:
shell: bash
working-directory: .github/actions/e2e_test
test-older-versions:
test-other-versions:
strategy:
matrix:
version: ["1.22", "1.23"]
version: ["1.22", "1.24", "1.25"]
runs-on: ubuntu-latest
steps:
- name: Check out repository