Skip to content

Commit a00394c

Browse files
committed
:octocat: run Firebird on CI
1 parent 394ed6a commit a00394c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,13 @@ jobs:
134134
if: ${{ runner.os == 'Linux' }}
135135
uses: juarezr/firebirdsql-github-action@v1.2.0
136136
with:
137-
version: 'v4'
138-
isc_password: 'masterkey'
137+
version: "v4"
138+
isc_password: "masterkey"
139+
enable_legacy_client_auth: true
139140

140141
- name: "Install Firebird (Windows)"
141142
if: ${{ runner.os == 'Windows' }}
142-
run: choco install firebird --version=4.0.4 -params '/ClientAndDevTools'
143+
run: choco install firebird --version=5.0.0 -params '/SuperClassic/ClientAndDevTools'
143144

144145
# - name: "Install MSSQL Server (Linux)"
145146
# if: ${{ runner.os == 'Linux' }}

0 commit comments

Comments
 (0)