Skip to content

Commit d0b9ebc

Browse files
committed
Upgrade to juarezr/firebirdsql-github-action@v2.0.3
1 parent dd2c73f commit d0b9ebc

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
@@ -20,12 +20,11 @@ jobs:
2020
with:
2121
username: ${{ secrets.DOCKERHUB_USERNAME }}
2222
password: ${{ secrets.DOCKERHUB_TOKEN }}
23-
- uses: juarezr/firebirdsql-github-action@v2.0.1
23+
- uses: juarezr/firebirdsql-github-action@v2.0.3
2424
with:
2525
version: '5.0.3'
2626
firebird_root_password: 'masterkey'
27-
enable_legacy_client_auth: 'true'
28-
firebird_conf: 'WireCrypt=Enabled'
27+
firebird_conf: 'WireCrypt=Enabled,AuthServer=Srp256;Srp;Legacy_Auth,UserManager=Srp;Legacy_UserManager'
2928
- uses: actions/checkout@v4
3029
- name: Set up Java ${{ matrix.java.version }}
3130
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)