update ci

This commit is contained in:
Waqar Ahmed Khan
2022-11-03 12:19:17 -07:00
parent e55943f30f
commit edba04f096
+4
View File
@@ -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