From b2ecab5ae678d9dfb6c94e0af83e9eba472894d6 Mon Sep 17 00:00:00 2001 From: ARAI Takashi Date: Fri, 29 Jan 2021 00:00:29 +0900 Subject: [PATCH] Remove CI setting for php 8.0 (not now) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5aa0ef..9832126 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - php: [7.0, 7.1, 7.2, 7.3, 7.4, 8.0] + php: [7.0, 7.1, 7.2, 7.3, 7.4] steps: - uses: actions/checkout@v2