From 69a578bc7a078b6e7b924a5b0c564eb10d7f0f8b Mon Sep 17 00:00:00 2001 From: Thibault Buathier Date: Thu, 18 Apr 2024 19:38:17 +0200 Subject: [PATCH] fix: ci error --- .github/workflows/ci.yml | 6 +++--- tests/config/mysql.phpunit.xml | 2 +- tests/config/pgsql.phpunit.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b6fb7e3d7..59539a30f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,10 +36,10 @@ jobs: db_port: 5432 services: - database: - image: ${{ matrix.db_image }} + my-database: + image: ${{ matrix.db_image_name }}:${{ matrix.db_image_version }} ports: - - ${{ matrix.db_port }}:{{ matrix.db_port }} + - ${{ matrix.db_port }}:${{ matrix.db_port }} options: >- ${{ matrix.vars }} ${{ matrix.health }} diff --git a/tests/config/mysql.phpunit.xml b/tests/config/mysql.phpunit.xml index 5ed9c52774..9f7bc0b584 100644 --- a/tests/config/mysql.phpunit.xml +++ b/tests/config/mysql.phpunit.xml @@ -2,7 +2,7 @@ - + diff --git a/tests/config/pgsql.phpunit.xml b/tests/config/pgsql.phpunit.xml index 2786537d39..467c1dfcd8 100644 --- a/tests/config/pgsql.phpunit.xml +++ b/tests/config/pgsql.phpunit.xml @@ -2,7 +2,7 @@ - +