Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Mar 25, 2021
1 parent 7717e7f commit cf1c80d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- '7.4'
- '8.0'
kubernetes:
- '1.18.15'
- '1.19.7'
- '1.20.2'
- '1.18.17'
- '1.19.9'
- '1.20.5'
laravel:
- 7.*
- 8.*
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ PHP K8s
[![Monthly Downloads](https://poser.pugx.org/renoki-co/php-k8s/d/monthly)](https://packagist.org/packages/renoki-co/php-k8s)
[![License](https://poser.pugx.org/renoki-co/php-k8s/license)](https://packagist.org/packages/renoki-co/php-k8s)

![Min. K8s Version](https://img.shields.io/badge/Min.%20K8s%20Version-v1.18.15-%23326ce5?colorA=306CE8&colorB=green)
![Max. K8s Version](https://img.shields.io/badge/Max.%20K8s%20Version-v1.20.2-%23326ce5?colorA=306CE8&colorB=green)
![v1.18.17 K8s Version](https://img.shields.io/badge/K8s%20v1.18.17-Ready-%23326ce5?colorA=306CE8&colorB=green)
![v1.19.9 K8s Version](https://img.shields.io/badge/K8s%20v1.19.9-Ready-%23326ce5?colorA=306CE8&colorB=green)
![v1.20.5 K8s Version](https://img.shields.io/badge/K8s%20v1.20.5-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-beta-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 cf1c80d

Please sign in to comment.