Skip to content

Commit

Permalink
add back k8 matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
susanshi committed Oct 25, 2023
1 parent 02d32a0 commit c7b0aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
contents: read
strategy:
matrix:
KUBERNETES_VERSION: ["1.26.3"]
GATEKEEPER_VERSION: ["3.13.0"]
KUBERNETES_VERSION: ["1.25.8", "1.26.3"]
GATEKEEPER_VERSION: ["3.11.0", "3.12.0", "3.13.0"]
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit c7b0aa2

Please sign in to comment.