Skip to content

Commit 67972e1

Browse files
committed
ci-fix: Test 10.x mtr, not 11.4 and above
1 parent a7a3db7 commit 67972e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
strategy:
4141
matrix:
4242
server:
43-
- version: '11.4'
44-
- version: '11.8'
43+
- version: '10.6'
44+
- version: '10.11'
4545
env: TEST_OPTION=--ps-protocol
4646
steps:
4747
- name: Retrieve server ${{ matrix.server.version }}

0 commit comments

Comments
 (0)