Skip to content

Commit c4f1c5c

Browse files
Updated firebird version in windows ci (#14912)
1 parent ae2abcf commit c4f1c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/windows/test_task.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ set ODBC_TEST_DSN=Driver={ODBC Driver 17 for SQL Server};Server=^(local^)\SQLEXP
5050
set PDOTEST_DSN=odbc:%ODBC_TEST_DSN%
5151

5252
rem setup Firebird related exts
53-
curl -sLo Firebird.zip https://github.com/FirebirdSQL/firebird/releases/download/v3.0.9/Firebird-3.0.9.33560-0_x64.zip
53+
curl -sLo Firebird.zip https://github.com/FirebirdSQL/firebird/releases/download/v4.0.4/Firebird-4.0.4.3010-0-x64.zip
5454
7z x -oC:\Firebird Firebird.zip
5555
set PDO_FIREBIRD_TEST_DATABASE=C:\test.fdb
5656
set PDO_FIREBIRD_TEST_DSN=firebird:dbname=%PDO_FIREBIRD_TEST_DATABASE%

0 commit comments

Comments
 (0)