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 808d785 commit b596b01Copy full SHA for b596b01
1 file changed
.github/workflows/run-tests.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
version: '5.0.3'
21
firebird_root_password: 'masterkey'
22
- firebird_conf: 'WireCrypt=Enabled,AuthServer=Srp256;Srp;Legacy_Auth'
+ firebird_conf: 'WireCrypt=Enabled,AuthServer=Srp256;Srp;Legacy_Auth,UserManager=Srp;Legacy_UserManager'
23
- uses: actions/checkout@v4
24
- name: Set up Java 17
25
uses: actions/setup-java@v4
0 commit comments