We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dbd875 commit 1d4f199Copy full SHA for 1d4f199
1 file changed
.github/workflows/branch.yml
@@ -13,6 +13,8 @@ jobs:
13
validate:
14
name: Symfony (PHP ${{ matrix.php-versions }})
15
runs-on: ubuntu-latest
16
+ env:
17
+ DATABASE_URL: mysql://root:symfony@127.0.0.1:${{ job.services.mysql.ports['3306'] }}/symfony?Version=9.3
18
19
# Docs: https://docs.github.com/en/actions/using-containerized-services
20
services:
0 commit comments