Skip to content

Commit

Permalink
chore(ci) drop testing against older versions of Kong (#58)
Browse files Browse the repository at this point in the history
1.x series is no longer supported and maintained by Kong Inc so removing
testing against those.

We are keeping 1.5 in the CI for internal reasons.

See #47
  • Loading branch information
hbagdi authored May 4, 2021
1 parent 29b9493 commit 1324cd2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ jobs:
strategy:
matrix:
kong_version:
- '1.0.4'
- '1.1.3'
- '1.2.3'
- '1.3.1'
- '1.4.3'
- '2.0.5'
- '2.1.4'
- '2.2.2'
Expand Down Expand Up @@ -68,7 +63,6 @@ jobs:
strategy:
matrix:
kong_version:
- 'enterprise-1.3.0.2'
- 'enterprise-1.5.0.11'
- 'enterprise-2.1.4.6'
- 'enterprise-2.2.1.3'
Expand Down

0 comments on commit 1324cd2

Please sign in to comment.