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 dd2c73f commit d0b9ebcCopy full SHA for d0b9ebc
1 file changed
.github/workflows/run-tests.yml
@@ -20,12 +20,11 @@ jobs:
20
with:
21
username: ${{ secrets.DOCKERHUB_USERNAME }}
22
password: ${{ secrets.DOCKERHUB_TOKEN }}
23
- - uses: juarezr/firebirdsql-github-action@v2.0.1
+ - uses: juarezr/firebirdsql-github-action@v2.0.3
24
25
version: '5.0.3'
26
firebird_root_password: 'masterkey'
27
- enable_legacy_client_auth: 'true'
28
- firebird_conf: 'WireCrypt=Enabled'
+ firebird_conf: 'WireCrypt=Enabled,AuthServer=Srp256;Srp;Legacy_Auth,UserManager=Srp;Legacy_UserManager'
29
- uses: actions/checkout@v4
30
- name: Set up Java ${{ matrix.java.version }}
31
uses: actions/setup-java@v4
0 commit comments