We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6552d commit d2ec8c2Copy full SHA for d2ec8c2
tests.ps1
@@ -10,6 +10,11 @@ $baseDir = Split-Path -Parent $PSCommandPath
10
. "$baseDir\include.ps1"
11
12
$FirebirdConfiguration = @{
13
+ FB50 = @{
14
+ Download = 'https://github.com/FirebirdSQL/NETProvider-tests-infrastructure/raw/master/fb50.7z';
15
+ Executable = '.\firebird.exe';
16
+ Args = @('-a');
17
+ };
18
FB40 = @{
19
Download = 'https://github.com/FirebirdSQL/NETProvider-tests-infrastructure/raw/master/fb40.7z';
20
Executable = '.\firebird.exe';
0 commit comments