File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
extra-toggles : ['', 'ovn']
49
49
globalnet : ['', 'globalnet']
50
50
# Run most tests against the latest K8s version
51
- k8s_version : ['1.29 ']
51
+ k8s_version : ['1.31 ']
52
52
exclude :
53
53
- cable-driver : wireguard
54
54
extra-toggles : ovn
61
61
# https://submariner.io/development/building-testing/ci-maintenance/
62
62
- k8s_version : ' 1.19'
63
63
# Test top and bottom of supported K8s version range
64
- - k8s_version : ' 1.26 '
64
+ - k8s_version : ' 1.28 '
65
65
steps :
66
66
- name : Check out the repository
67
67
uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
20
20
extra-toggles : ['', 'ovn']
21
21
globalnet : ['', 'globalnet']
22
22
# Run most tests against the latest K8s version
23
- k8s_version : ['1.29 ']
23
+ k8s_version : ['1.31 ']
24
24
exclude :
25
25
- cable-driver : wireguard
26
26
extra-toggles : ovn
27
27
include :
28
28
# Test top and bottom of supported K8s version range
29
- - k8s_version : ' 1.26 '
29
+ - k8s_version : ' 1.28 '
30
30
steps :
31
31
- name : Check out the repository
32
32
uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
You can’t perform that action at this time.
0 commit comments