File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,15 @@ jobs:
21
21
strategy :
22
22
fail-fast : false
23
23
matrix :
24
- php : ['8.2 ', '8.3 ']
25
- kubernetes : ['1.29.8 ', '1.30.4 ', '1.31.0 ']
26
- laravel : ['10 .*', '11 .*']
24
+ php : ['8.3 ', '8.4 ']
25
+ kubernetes : ['1.31.10 ', '1.32.6 ', '1.33.2 ']
26
+ laravel : ['11 .*', '12 .*']
27
27
prefer : [prefer-lowest, prefer-stable]
28
28
include :
29
- - laravel : " 10.*"
30
- testbench : " 8.*"
31
29
- laravel : " 11.*"
32
30
testbench : " 9.*"
33
- exclude :
34
- - laravel : " 10.*"
35
- php : " 8.3"
31
+ - laravel : " 12.*"
32
+ testbench : " 10.*"
36
33
37
34
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - K8s v${{ matrix.kubernetes }} --${{ matrix.prefer }}
38
35
71
68
- uses : medyagh/setup-minikube@latest
72
69
name : Setup Minikube
73
70
with :
74
- minikube-version : 1.33.1
71
+ minikube-version : 1.36.0
75
72
driver : docker
76
73
container-runtime : containerd
77
74
kubernetes-version : v${{ matrix.kubernetes }}
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ PHP K8s
11
11
[ ![ Total Downloads] ( https://poser.pugx.org/renoki-co/php-k8s/downloads )] ( https://packagist.org/packages/renoki-co/php-k8s )
12
12
[ ![ Monthly Downloads] ( https://poser.pugx.org/renoki-co/php-k8s/d/monthly )] ( https://packagist.org/packages/renoki-co/php-k8s )
13
13
14
- ![ v1.29.8 K8s Version] ( https://img.shields.io/badge/K8s%20v1.29.8 -Ready-%23326ce5?colorA=306CE8&colorB=green )
15
- ![ v1.30.4 K8s Version] ( https://img.shields.io/badge/K8s%20v1.30.4 -Ready-%23326ce5?colorA=306CE8&colorB=green )
16
- ![ v1.31.0 K8s Version] ( https://img.shields.io/badge/K8s%20v1.31.0 -Ready-%23326ce5?colorA=306CE8&colorB=green )
14
+ ![ v1.31.10 K8s Version] ( https://img.shields.io/badge/K8s%20v1.31.10 -Ready-%23326ce5?colorA=306CE8&colorB=green )
15
+ ![ v1.32.6 K8s Version] ( https://img.shields.io/badge/K8s%20v1.32.6 -Ready-%23326ce5?colorA=306CE8&colorB=green )
16
+ ![ v1.33.2 K8s Version] ( https://img.shields.io/badge/K8s%20v1.33.2 -Ready-%23326ce5?colorA=306CE8&colorB=green )
17
17
18
18
[ ![ 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 )
19
19
[ ![ 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 )
You can’t perform that action at this time.
0 commit comments