Skip to content

Commit 8e9e2f4

Browse files
committed
Upgrade to juarezr/firebirdsql-github-action@v2.0.3
1 parent f2fcf00 commit 8e9e2f4

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright 2022-2025 Mark Rotteveel
1+
# SPDX-FileCopyrightText: Copyright 2022-2026 Mark Rotteveel
22
# SPDX-License-Identifier: LGPL-2.1-or-later
33
name: run-tests
44
on: [push,pull_request]
@@ -15,12 +15,11 @@ jobs:
1515
with:
1616
username: ${{ secrets.DOCKERHUB_USERNAME }}
1717
password: ${{ secrets.DOCKERHUB_TOKEN }}
18-
- uses: juarezr/firebirdsql-github-action@v2.0.1
18+
- uses: juarezr/firebirdsql-github-action@v2.0.3
1919
with:
2020
version: '5.0.3'
2121
firebird_root_password: 'masterkey'
22-
enable_legacy_client_auth: 'true'
23-
firebird_conf: 'WireCrypt=Enabled'
22+
firebird_conf: 'WireCrypt=Enabled,AuthServer=Srp256;Srp;LegacyAuth'
2423
- uses: actions/checkout@v4
2524
- name: Set up Java 17
2625
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)