Skip to content

Commit c5d9c7d

Browse files
authored
Port Firebird x32 task to nightly (#17080)
1 parent b614b4a commit c5d9c7d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ jobs:
227227
runs-on: ubuntu-latest
228228
container:
229229
image: ubuntu:${{ inputs.ubuntu_version }}
230+
env:
231+
PDO_FIREBIRD_TEST_DSN: firebird:dbname=firebird:test.fdb
230232
services:
231233
mysql:
232234
image: mysql:8.3
@@ -235,6 +237,15 @@ jobs:
235237
env:
236238
MYSQL_DATABASE: test
237239
MYSQL_ROOT_PASSWORD: root
240+
firebird:
241+
image: jacobalberty/firebird
242+
ports:
243+
- 3050:3050
244+
env:
245+
ISC_PASSWORD: test
246+
FIREBIRD_DATABASE: test.fdb
247+
FIREBIRD_USER: test
248+
FIREBIRD_PASSWORD: test
238249
steps:
239250
- name: git checkout
240251
uses: actions/checkout@v4

0 commit comments

Comments
 (0)