Skip to content

Commit

Permalink
chore: update router matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Oct 24, 2023
1 parent d16767a commit 97dfe78
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/_integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,23 @@ jobs:
test: dbless
- name: postgres
test: postgres
router-flavor: 'traditional_compatible'
- name: enterprise-postgres
test: enterprise.postgres
enterprise: true
router-flavor: 'traditional_compatible'
- name: enterprise-dbless
test: enterprise.dbless
enterprise: true
- name: dbless-traditional-compatible
test: dbless
router-flavor: 'traditional_compatible'
- name: postgres-traditional-compatible
- name: postgres-traditional
test: postgres
router-flavor: 'traditional_compatible'
- name: dbless-expression-router
router-flavor: 'traditional'
- name: dbless-traditional
test: dbless
feature_gates: "GatewayAlpha=true"
router-flavor: "expressions"
router-flavor: "traditional"
- name: dbless-gateway-alpha
test: dbless
feature_gates: "GatewayAlpha=true"
Expand Down

0 comments on commit 97dfe78

Please sign in to comment.