Skip to content

Commit

Permalink
Add the exception for mysql 5.7 not supporting compatible TLS version…
Browse files Browse the repository at this point in the history
… with RusTLS
  • Loading branch information
ThibsG committed Feb 4, 2023
1 parent 511e96f commit 8677264
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sqlx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,9 @@ jobs:
docker-compose -f tests/docker-compose.yml run -d -p 3306:3306 --name mysql_${{ matrix.mysql }}_client_ssl mysql_${{ matrix.mysql }}_client_ssl
sleep 60
# MySQL 5.7 supports TLS but not TLSv1.3 as required by RusTLS.
- uses: actions-rs/cargo@v1
if: ${{ !(matrix.mysql == '5_7' && matrix.tls == 'rustls') }}
with:
command: test
args: >
Expand Down

0 comments on commit 8677264

Please sign in to comment.