From fecd1710e1e9944c6a024e381e86eafbec767485 Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Wed, 4 May 2022 20:13:29 +0200 Subject: [PATCH] ci: update K8s and Python versions --- .github/workflows/ci.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 675f42c..464c629 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,10 +13,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Set up Python 3.8 + - name: Set up Python uses: actions/setup-python@v3 with: - python-version: 3.8 + python-version: '3.10' - name: Install dependencies run: | pip install poetry @@ -32,18 +32,19 @@ jobs: strategy: matrix: k8s-version: - - v1.18.19 - - v1.19.11 - - v1.20.7 - - v1.21.1 + - v1.20.15 + - v1.21.10 + - v1.22.7 + - v1.23.5 + fail-fast: false env: - kind-version: v0.11.1 + kind-version: v0.12.0 steps: - uses: actions/checkout@v3 - - name: Set up Python 3.8 + - name: Set up Python uses: actions/setup-python@v3 with: - python-version: 3.8 + python-version: '3.10' - name: Install dependencies run: | pip install poetry