1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Updated firebird version in windows ci (#14912)

This commit is contained in:
Saki Takamachi
2024-07-17 02:56:14 +09:00
committed by GitHub
parent ae2abcf3e8
commit c4f1c5cd9f

View File

@@ -50,7 +50,7 @@ set ODBC_TEST_DSN=Driver={ODBC Driver 17 for SQL Server};Server=^(local^)\SQLEXP
set PDOTEST_DSN=odbc:%ODBC_TEST_DSN%
rem setup Firebird related exts
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
7z x -oC:\Firebird Firebird.zip
set PDO_FIREBIRD_TEST_DATABASE=C:\test.fdb
set PDO_FIREBIRD_TEST_DSN=firebird:dbname=%PDO_FIREBIRD_TEST_DATABASE%