Skip to content

Commit

Permalink
ci: add 3.4 and 3.5 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
GGabriele committed Jan 15, 2024
1 parent c5d98fe commit ff79ccf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-enterprise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- 'kong/kong-gateway:3.1'
- 'kong/kong-gateway:3.2'
- 'kong/kong-gateway:3.3'
- 'kong/kong-gateway:3.4'
- 'kong/kong-gateway:3.5'
- 'kong/kong-gateway-dev:latest'
env:
KONG_ANONYMOUS_REPORTS: "off"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- 'kong:3.1'
- 'kong:3.2'
- 'kong:3.3'
- 'kong:3.4'
- 'kong:3.5'
- 'kong/kong:master-alpine'
env:
KONG_ANONYMOUS_REPORTS: "off"
Expand Down
8 changes: 4 additions & 4 deletions tests/integration/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ var (
"database": float64(0),
"host": nil,
"keepalive_backlog": nil,
"keepalive_pool_size": float64(256),
"keepalive_pool_size": float64(30),
"password": nil,
"port": nil,
"read_timeout": nil,
Expand Down Expand Up @@ -830,7 +830,7 @@ var (
"database": float64(0),
"host": nil,
"keepalive_backlog": nil,
"keepalive_pool_size": float64(256),
"keepalive_pool_size": float64(30),
"password": nil,
"port": nil,
"read_timeout": nil,
Expand Down Expand Up @@ -876,7 +876,7 @@ var (
"database": float64(0),
"host": nil,
"keepalive_backlog": nil,
"keepalive_pool_size": float64(256),
"keepalive_pool_size": float64(30),
"password": nil,
"port": nil,
"read_timeout": nil,
Expand Down Expand Up @@ -4483,7 +4483,7 @@ func Test_Sync_ConsumerGroupsScopedPluginsKonnect(t *testing.T) {
},
},
},
Plugins: consumerGroupScopedPlugins,
Plugins: consumerGroupScopedPlugins35x,
Services: svc1_207,
Routes: route1_20x,
KeyAuths: []*kong.KeyAuth{
Expand Down

0 comments on commit ff79ccf

Please sign in to comment.