Skip to content

Commit db043b0

Browse files
committed
chore: run ci against Kong 2.1.0
1 parent e6e4556 commit db043b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/setup_kong.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
# download Kong deb
55

66
sudo apt-get update
7-
sudo apt-get install openssl libpcre3 procps perl wget
7+
sudo apt-get install openssl libpcre3 procps perl wget zlibc
88

99
function setup_kong(){
1010
SWITCH="1.3.100"

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
test:
2222
strategy:
2323
matrix:
24-
kong_version: [ '1.0.3', '1.1.2', '1.2.0', '1.3.0', '1.4.0', '2.0.4']
24+
kong_version: [ '1.0.3', '1.1.2', '1.2.0', '1.3.0', '1.4.0', '2.0.4', '2.1.0']
2525
env:
2626
KONG_VERSION: ${{ matrix.kong_version }}
2727
KONG_ENTERPRISE_REPO_USERNAME: ${{ secrets.KONG_ENTERPRISE_REPO_USERNAME }}

0 commit comments

Comments
 (0)