We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2abcf commit c4f1c5cCopy full SHA for c4f1c5c
.github/scripts/windows/test_task.bat
@@ -50,7 +50,7 @@ set ODBC_TEST_DSN=Driver={ODBC Driver 17 for SQL Server};Server=^(local^)\SQLEXP
50
set PDOTEST_DSN=odbc:%ODBC_TEST_DSN%
51
52
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
+curl -sLo Firebird.zip https://github.com/FirebirdSQL/firebird/releases/download/v4.0.4/Firebird-4.0.4.3010-0-x64.zip
54
7z x -oC:\Firebird Firebird.zip
55
set PDO_FIREBIRD_TEST_DATABASE=C:\test.fdb
56
set PDO_FIREBIRD_TEST_DSN=firebird:dbname=%PDO_FIREBIRD_TEST_DATABASE%
0 commit comments