Skip to content

Commit 2852266

Browse files
committed
Upgrade to juarezr/firebirdsql-github-action@v2.0.3
1 parent 93a84bb commit 2852266

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ jobs:
1313
with:
1414
username: ${{ secrets.DOCKERHUB_USERNAME }}
1515
password: ${{ secrets.DOCKERHUB_TOKEN }}
16-
- uses: juarezr/firebirdsql-github-action@v2.0.1
16+
- uses: juarezr/firebirdsql-github-action@v2.0.3
1717
with:
1818
version: '5.0.3'
1919
firebird_root_password: 'masterkey'
20-
enable_legacy_client_auth: 'true'
21-
firebird_conf: 'WireCrypt=Enabled'
20+
firebird_conf: 'WireCrypt=Enabled,AuthServer=Srp256;Srp;Legacy_Auth,UserManager=Srp;Legacy_UserManager'
2221
- uses: actions/checkout@v4
2322
- name: Set up Java 17
2423
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)