From 17358307cbd5d194ded49c3de36dae858cadc557 Mon Sep 17 00:00:00 2001 From: Hiroshi Urabe Date: Tue, 28 Sep 2021 11:13:50 +0900 Subject: [PATCH] test for php 8 --- .github/workflows/push-test-deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push-test-deploy.yml b/.github/workflows/push-test-deploy.yml index 31ad8dd..75c60e6 100644 --- a/.github/workflows/push-test-deploy.yml +++ b/.github/workflows/push-test-deploy.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: include: - - php: 7.4 + - php: 8.0 wp: latest - php: 7.3 wp: latest @@ -38,6 +38,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: + tools: phpunit-polyfills php-version: ${{ matrix.php }} extensions: mbstring, intl , mysqli ini-values: post_max_size=256M, short_open_tag=On #optional, setup php.ini configuration