chore: introduce the env vars

This commit is contained in:
Daniël Klabbers 2024-03-04 21:09:45 +01:00
parent 88cce7d7cf
commit 9faf01f965

View File

@ -118,6 +118,14 @@ jobs:
image: ${{ matrix.service }} image: ${{ matrix.service }}
ports: ports:
- 13306:3306 - 13306:3306
postgres:
image: ${{ matrix.service }}
ports:
- 13306:5432
env:
POSTGRES_USER: root
POSTGRES_PASSWORD: root
POSTGRES_DB: flarum_test
name: 'PHP ${{ matrix.php }} / ${{ matrix.db }} ${{ matrix.prefixStr }}' name: 'PHP ${{ matrix.php }} / ${{ matrix.db }} ${{ matrix.prefixStr }}'