Skip to content

Commit

Permalink
update mysql driver (#802)
Browse files Browse the repository at this point in the history
* bumps Windows MySQL driver version
  • Loading branch information
simonpcouch authored May 14, 2024
1 parent 7c6347c commit 3899d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/db-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if: matrix.database == 'MySQL'
run: |
choco install mysql.odbc
echo "ODBC_CS_MYSQL=Driver={MySQL ODBC 8.3 ANSI Driver};Server=127.0.0.1;Database=test;User=root;Password=" >> $env:GITHUB_ENV
echo "ODBC_CS_MYSQL=Driver={MySQL ODBC 8.4 ANSI Driver};Server=127.0.0.1;Database=test;User=root;Password=" >> $env:GITHUB_ENV
- name: Install PostgreSQL
if: matrix.database == 'PostgreSQL'
Expand Down

0 comments on commit 3899d4d

Please sign in to comment.