Skip to content

Commit

Permalink
Update support matrix and ci to include 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
philipgough committed Sep 6, 2023
1 parent 61047f9 commit 2648d6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
kind-image:
- 'kindest/node:v1.28.0'
- 'kindest/node:v1.27.3'
- 'kindest/node:v1.26.6'
steps:
- uses: actions/checkout@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ on:
schedule:
- cron: '37 7 * * 1'
env:
golang-version: '1.19'
golang-version: '1.20'
jobs:
versions:
runs-on: ubuntu-latest
strategy:
matrix:
branch:
- 'release-0.9'
- 'release-0.10'
- 'release-0.11'
- 'release-0.12'
- 'release-0.13'
- 'main'
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The following Kubernetes versions are supported and work as we test against thes
| [`release-0.10`](https://github.com/prometheus-operator/kube-prometheus/tree/release-0.10) ||||| x | x | x |
| [`release-0.11`](https://github.com/prometheus-operator/kube-prometheus/tree/release-0.11) ||||| x | x | x |
| [`release-0.12`](https://github.com/prometheus-operator/kube-prometheus/tree/release-0.12) ||||| x | x | x |
| [`release-0.13`](https://github.com/prometheus-operator/kube-prometheus/tree/release-0.13) |||| x | x |||
| [`release-0.13`](https://github.com/prometheus-operator/kube-prometheus/tree/release-0.13) |||| x | |||
| [`main`](https://github.com/prometheus-operator/kube-prometheus/tree/main) |||| x | x |||

## Quickstart
Expand Down

0 comments on commit 2648d6f

Please sign in to comment.