From d3d50759be0a8106bc7611f8bf4aefdb9bb70b6d Mon Sep 17 00:00:00 2001 From: Kentaro Ohkouchi Date: Mon, 18 Dec 2023 00:04:57 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"ubuntu-22.04=20=E3=81=A7=20PHP=20?= =?UTF-8?q?=E3=81=AE=E3=83=93=E3=83=AB=E3=83=89=E3=81=AB=E5=A4=B1=E6=95=97?= =?UTF-8?q?=E3=81=99=E3=82=8B=E3=81=9F=E3=82=81=E4=B8=80=E6=97=A620.04?= =?UTF-8?q?=E3=81=AB=E5=A4=89=E6=9B=B4"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 91dce9a7ef31ea5463e0f1c1434f3a449827e84e. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d2a5fc1d4c..b2edde76d5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - operating-system: [ ubuntu-20.04 ] + operating-system: [ ubuntu-22.04 ] php: [ '5.4', '5.5', '5.6', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] db: [ mysql, pgsql ] include: