Skip to content

Commit

Permalink
Revert "pin mysql version to 8.3"
Browse files Browse the repository at this point in the history
This reverts commit a7bd077.
  • Loading branch information
zhangyangyu committed Jul 12, 2024
1 parent a7bd077 commit 4a29c28
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/compatibility-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ jobs:

- name: Get mysql
uses: shogo82148/actions-setup-mysql@v1
with:
mysql-version: "8.3"

- name: Run test on ${{ matrix.os }}
run: mysql -u ${{needs.setup.outputs.TIDB_CLOUD_USER}} -h ${{needs.setup.outputs.TIDB_CLOUD_HOST}} -P 4000 -D test --ssl-mode=VERIFY_IDENTITY --ssl-ca=${{ matrix.cert }} -p${{ secrets.TIDB_CLOUD_PASSWORD }}
Expand All @@ -103,8 +101,6 @@ jobs:

- name: Get mysql
uses: shogo82148/actions-setup-mysql@v1
with:
mysql-version: "8.3"

- name: Run test
run: "! mysql -u ${{needs.setup.outputs.TIDB_CLOUD_USER}} -h ${{needs.setup.outputs.TIDB_CLOUD_HOST}} -P ${{ matrix.port }} -D test --ssl-mode=DISABLED -p${{ secrets.TIDB_CLOUD_PASSWORD }}"
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/connect-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

- name: Setup mysql
uses: shogo82148/actions-setup-mysql@v1
with:
mysql-version: "8.3"

- name: connect cluster us-east-1
run: |
Expand All @@ -38,8 +36,6 @@ jobs:

- name: Setup mysql
uses: shogo82148/actions-setup-mysql@v1
with:
mysql-version: "8.3"

- name: connect cluster us-west-2
run: |
Expand All @@ -59,8 +55,6 @@ jobs:

- name: Setup mysql
uses: shogo82148/actions-setup-mysql@v1
with:
mysql-version: "8.3"

- name: connect cluster ap-northeast-1
run: |
Expand All @@ -81,8 +75,6 @@ jobs:

- name: Setup mysql
uses: shogo82148/actions-setup-mysql@v1
with:
mysql-version: "8.3"

- name: connect cluster ap-southeast-1
run: |
Expand All @@ -103,8 +95,6 @@ jobs:

- name: Setup mysql
uses: shogo82148/actions-setup-mysql@v1
with:
mysql-version: "8.3"

- name: connect cluster eu-central-1
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/create-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ jobs:
- name: Setup mysql
uses: shogo82148/actions-setup-mysql@v1
with:
mysql-version: "8.3"

- name: Run test
run: |
Expand Down

0 comments on commit 4a29c28

Please sign in to comment.