Skip to content

Commit 270623f

Browse files
committed
Upgrade GitHub Action run_tests to juarezr/firebirdsql-github-action v2.0.0 and Firebird 5.0.2
1 parent dbae3b0 commit 270623f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: juarezr/firebirdsql-github-action@v1.2.0
11+
- uses: juarezr/firebirdsql-github-action@v2.0.0
1212
with:
13-
version: 'v4.0'
14-
isc_password: 'masterkey'
13+
version: '5.0.2'
14+
firebird_root_password: 'masterkey'
1515
enable_legacy_client_auth: 'true'
16+
firebird_conf: 'WireCrypt=Enabled'
1617
- uses: actions/checkout@v4
1718
- name: Set up Java 17
1819
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)