From edba04f0966793ae7047ab26bbebd8f897ae980d Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Khan Date: Thu, 3 Nov 2022 12:19:17 -0700 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 349c8be..c90fcb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,7 @@ jobs: phpize ./configure make + make test php-linux-x64: runs-on: ubuntu-latest @@ -71,6 +72,9 @@ jobs: with: submodules: recursive + - name: Install ancient PHPUnit + run: composer require --dev --ignore-platform-reqs phpunit/phpunit "4.8.36" + - name: Install dependencies run: composer update --no-interaction