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 93a84bb commit 2852266Copy full SHA for 2852266
1 file changed
.github/workflows/run-tests.yml
@@ -13,12 +13,11 @@ jobs:
13
with:
14
username: ${{ secrets.DOCKERHUB_USERNAME }}
15
password: ${{ secrets.DOCKERHUB_TOKEN }}
16
- - uses: juarezr/firebirdsql-github-action@v2.0.1
+ - uses: juarezr/firebirdsql-github-action@v2.0.3
17
18
version: '5.0.3'
19
firebird_root_password: 'masterkey'
20
- enable_legacy_client_auth: 'true'
21
- firebird_conf: 'WireCrypt=Enabled'
+ firebird_conf: 'WireCrypt=Enabled,AuthServer=Srp256;Srp;Legacy_Auth,UserManager=Srp;Legacy_UserManager'
22
- uses: actions/checkout@v4
23
- name: Set up Java 17
24
uses: actions/setup-java@v4
0 commit comments