From d1b4814a4f35e1c3f2643e3c59899b7181b8ad7f Mon Sep 17 00:00:00 2001 From: Chihiro Adachi <8196725+chihiro-adachi@users.noreply.github.com> Date: Wed, 13 Mar 2024 09:23:58 +0900 Subject: [PATCH] =?UTF-8?q?=E7=B5=90=E6=9E=9C=E3=81=8C=E8=A6=8B=E3=81=A5?= =?UTF-8?q?=E3=82=89=E3=81=84=E3=81=AE=E3=81=A7EC-CUBE=E3=83=90=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=92=E5=85=88=E9=A0=AD=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2319ff7..7075db3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,9 +7,9 @@ jobs: strategy: fail-fast: false matrix: + eccube_version: [ '4.2','4.3' ] php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] db: [ 'mysql', 'mysql8', 'pgsql' ] - eccube_version: [ '4.2','4.3' ] plugin_code: [ 'DataMigration42' ] include: - db: mysql