File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 35
35
if [[ -z "$PDO_PGSQL_TEST_DSN" ]]; then
36
36
export PDO_PGSQL_TEST_DSN="pgsql:host=localhost port=5432 dbname=test user=postgres password=postgres"
37
37
fi
38
+ export PDO_FIREBIRD_TEST_DATABASE=test.fdb
39
+ export PDO_FIREBIRD_TEST_DSN=firebird:dbname=localhost:test.fdb
40
+ export PDO_FIREBIRD_TEST_PASS=test
41
+ export PDO_FIREBIRD_TEST_USER=test
38
42
export ODBC_TEST_USER="odbc_test"
39
43
export ODBC_TEST_PASS="password"
40
44
export ODBC_TEST_DSN="Driver={ODBC Driver 17 for SQL Server};Server=127.0.0.1;Database=odbc;uid=$ODBC_TEST_USER;pwd=$ODBC_TEST_PASS"
Original file line number Diff line number Diff line change 61
61
POSTGRES_USER : postgres
62
62
POSTGRES_PASSWORD : postgres
63
63
POSTGRES_DB : test
64
+ firebird :
65
+ image : jacobalberty/firebird
66
+ ports :
67
+ - 3050:3050
68
+ env :
69
+ ISC_PASSWORD : test
70
+ FIREBIRD_DATABASE : test.fdb
71
+ FIREBIRD_USER : test
72
+ FIREBIRD_PASSWORD : test
64
73
strategy :
65
74
fail-fast : false
66
75
matrix :
You can’t perform that action at this time.
0 commit comments