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 f2fcf00 commit 8e9e2f4Copy full SHA for 8e9e2f4
1 file changed
.github/workflows/run-tests.yml
@@ -1,4 +1,4 @@
1
-# SPDX-FileCopyrightText: Copyright 2022-2025 Mark Rotteveel
+# SPDX-FileCopyrightText: Copyright 2022-2026 Mark Rotteveel
2
# SPDX-License-Identifier: LGPL-2.1-or-later
3
name: run-tests
4
on: [push,pull_request]
@@ -15,12 +15,11 @@ jobs:
15
with:
16
username: ${{ secrets.DOCKERHUB_USERNAME }}
17
password: ${{ secrets.DOCKERHUB_TOKEN }}
18
- - uses: juarezr/firebirdsql-github-action@v2.0.1
+ - uses: juarezr/firebirdsql-github-action@v2.0.3
19
20
version: '5.0.3'
21
firebird_root_password: 'masterkey'
22
- enable_legacy_client_auth: 'true'
23
- firebird_conf: 'WireCrypt=Enabled'
+ firebird_conf: 'WireCrypt=Enabled,AuthServer=Srp256;Srp;LegacyAuth'
24
- uses: actions/checkout@v4
25
- name: Set up Java 17
26
uses: actions/setup-java@v4
0 commit comments