Skip to content

Commit

Permalink
upgrade PHPUnit for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Jul 7, 2024
1 parent 55c92fe commit 3a4982e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ python -m http.server &> /dev/null &
# get phpunit
echo "PHP version"
php -v
cd php && curl -LO https://phar.phpunit.de/phpunit-10.phar
cd php && curl -LO https://phar.phpunit.de/phpunit-11.phar
echo "phpunit version"
php phpunit-10.phar --version
php phpunit-11.phar --version
echo "PHP includes"
php-config --includes

Expand Down

0 comments on commit 3a4982e

Please sign in to comment.