Skip to content

deps: Update CloudNativePG from 1.24.1 to 1.25.1 #10

deps: Update CloudNativePG from 1.24.1 to 1.25.1

deps: Update CloudNativePG from 1.24.1 to 1.25.1 #10

Workflow file for this run

name: Test
on:
- push
jobs:
test-config:
name: Configuration Tests
permissions:
contents: read
uses: kadras-io/github-reusable-workflows/.github/workflows/carvel-package-test-config.yml@main
test-integration:
name: Integration Tests
strategy:
matrix:
k8s_version: [v1.30, v1.31, v1.32]
permissions:
contents: read
uses: kadras-io/github-reusable-workflows/.github/workflows/carvel-package-test-integration.yml@main
with:
k8s_version: ${{ matrix.k8s_version }}