From 8ed32d199a68be2dc28331d537c54016bf4c0b04 Mon Sep 17 00:00:00 2001 From: Chihiro Adachi <8196725+chihiro-adachi@users.noreply.github.com> Date: Wed, 24 Jan 2024 09:24:49 +0900 Subject: [PATCH] =?UTF-8?q?8.1=E3=80=9C8.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/unit-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 8295499c503..18f572d0c50 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: operating-system: [ ubuntu-22.04 ] - php: [ '8.1' ] + php: [ '8.1', '8.2', '8.3' ] db: [ mysql, pgsql, sqlite3 ] include: - db: mysql