Skip to content

Commit 808d785

Browse files
committed
Fix typo
1 parent 8e9e2f4 commit 808d785

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
version: '5.0.3'
2121
firebird_root_password: 'masterkey'
22-
firebird_conf: 'WireCrypt=Enabled,AuthServer=Srp256;Srp;LegacyAuth'
22+
firebird_conf: 'WireCrypt=Enabled,AuthServer=Srp256;Srp;Legacy_Auth'
2323
- uses: actions/checkout@v4
2424
- name: Set up Java 17
2525
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)