We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394ed6a commit a00394cCopy full SHA for a00394c
.github/workflows/ci.yml
@@ -134,12 +134,13 @@ jobs:
134
if: ${{ runner.os == 'Linux' }}
135
uses: juarezr/firebirdsql-github-action@v1.2.0
136
with:
137
- version: 'v4'
138
- isc_password: 'masterkey'
+ version: "v4"
+ isc_password: "masterkey"
139
+ enable_legacy_client_auth: true
140
141
- name: "Install Firebird (Windows)"
142
if: ${{ runner.os == 'Windows' }}
- run: choco install firebird --version=4.0.4 -params '/ClientAndDevTools'
143
+ run: choco install firebird --version=5.0.0 -params '/SuperClassic/ClientAndDevTools'
144
145
# - name: "Install MSSQL Server (Linux)"
146
# if: ${{ runner.os == 'Linux' }}
0 commit comments