Skip to content

Commit

Permalink
ci: test on apisix 3.2 3.3 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Nov 29, 2024
1 parent 66311a9 commit c51c829
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [3.5.0, 3.6.0, 3.7.0, 3.8.1, 3.9.1, 3.10.0, 3.11.0]
version:
- 3.2.2
- 3.3.0
- 3.4.0
- 3.5.0
- 3.6.0
- 3.7.0
- 3.8.1
- 3.9.1
- 3.10.0
- 3.11.0
env:
BACKEND_APISIX_VERSION: ${{ matrix.version }}
BACKEND_APISIX_IMAGE: ${{ matrix.version }}-debian
Expand Down

0 comments on commit c51c829

Please sign in to comment.