Skip to content

Commit 90eb397

Browse files
committed
Enable tests on FB5.
1 parent d2ec8c2 commit 90eb397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
FIREBIRD_SELECTION: [FB30, FB40]
15+
FIREBIRD_SELECTION: [FB30, FB40, FB50]
1616
TEST_SUITE: [Tests-FirebirdClient-Default-Compression-CryptRequired, Tests-FirebirdClient-Default-NoCompression-CryptRequired, Tests-FirebirdClient-Default-Compression-CryptDisabled, Tests-FirebirdClient-Default-NoCompression-CryptDisabled, Tests-FirebirdClient-Embedded, Tests-EFCore, Tests-EFCore-Functional, Tests-EF6]
1717
timeout-minutes: 120
1818
steps:
@@ -53,4 +53,4 @@ jobs:
5353
- name: Publish Artifacts
5454
uses: actions/upload-artifact@v2
5555
with:
56-
path: '.\\out\\'
56+
path: '.\\out\\'

0 commit comments

Comments
 (0)