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 b614b4a commit c5d9c7dCopy full SHA for c5d9c7d
.github/workflows/nightly.yml
@@ -227,6 +227,8 @@ jobs:
227
runs-on: ubuntu-latest
228
container:
229
image: ubuntu:${{ inputs.ubuntu_version }}
230
+ env:
231
+ PDO_FIREBIRD_TEST_DSN: firebird:dbname=firebird:test.fdb
232
services:
233
mysql:
234
image: mysql:8.3
@@ -235,6 +237,15 @@ jobs:
235
237
env:
236
238
MYSQL_DATABASE: test
239
MYSQL_ROOT_PASSWORD: root
240
+ firebird:
241
+ image: jacobalberty/firebird
242
+ ports:
243
+ - 3050:3050
244
245
+ ISC_PASSWORD: test
246
+ FIREBIRD_DATABASE: test.fdb
247
+ FIREBIRD_USER: test
248
+ FIREBIRD_PASSWORD: test
249
steps:
250
- name: git checkout
251
uses: actions/checkout@v4
0 commit comments