Skip to content

Commit

Permalink
Bump Kubernetes to 1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cuppett committed May 5, 2024
1 parent edd53e0 commit a7980e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
php: ['8.2', '8.3']
kubernetes: ['1.27.11', '1.28.7', '1.29.2']
kubernetes: ['1.28.9', '1.29.4', '1.30.0']
laravel: ['10.*', '11.*']
prefer: [prefer-lowest, prefer-stable]
include:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: medyagh/setup-minikube@latest
name: Setup Minikube
with:
minikube-version: 1.32.0
minikube-version: 1.33.0
driver: docker
container-runtime: containerd
kubernetes-version: v${{ matrix.kubernetes }}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ PHP K8s
[![Total Downloads](https://poser.pugx.org/renoki-co/php-k8s/downloads)](https://packagist.org/packages/renoki-co/php-k8s)
[![Monthly Downloads](https://poser.pugx.org/renoki-co/php-k8s/d/monthly)](https://packagist.org/packages/renoki-co/php-k8s)

![v1.27.11 K8s Version](https://img.shields.io/badge/K8s%20v1.27.11-Ready-%23326ce5?colorA=306CE8&colorB=green)
![v1.28.7 K8s Version](https://img.shields.io/badge/K8s%20v1.28.7-Ready-%23326ce5?colorA=306CE8&colorB=green)
![v1.29.2 K8s Version](https://img.shields.io/badge/K8s%20v1.29.2-Ready-%23326ce5?colorA=306CE8&colorB=green)
![v1.28.9 K8s Version](https://img.shields.io/badge/K8s%20v1.28.9-Ready-%23326ce5?colorA=306CE8&colorB=green)
![v1.29.4 K8s Version](https://img.shields.io/badge/K8s%20v1.29.4-Ready-%23326ce5?colorA=306CE8&colorB=green)
![v1.30.0 K8s Version](https://img.shields.io/badge/K8s%20v1.30.0-Ready-%23326ce5?colorA=306CE8&colorB=green)

[![Client Capabilities](https://img.shields.io/badge/Kubernetes%20Client-Silver-blue.svg?colorB=C0C0C0&colorA=306CE8)](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/csi-new-client-library-procedure.md#client-capabilities)
[![Client Support Level](https://img.shields.io/badge/Kubernetes%20Client-stable-green.svg?colorA=306CE8)](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/csi-new-client-library-procedure.md#client-support-level)
Expand Down

0 comments on commit a7980e3

Please sign in to comment.