Skip to content

test ocp 4.9 compatibility #12

test ocp 4.9 compatibility

test ocp 4.9 compatibility #12

Workflow file for this run

name: CI
on:
push:
branches:
- main
- "release-*"
pull_request:
branches:
- main
- "release-*"
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
kubernetes_version: [ v1.22.17-k3s1, v1.23.17-k3s1, v1.24.17-k3s1, v1.25.16-k3s4, v1.26.15-k3s1, v1.27.15-k3s2, v1.28.11-k3s2 ]
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Test
env:
KUBERNETES_VERSION: ${{ matrix.kubernetes_version }}
run: |
mvn verify