mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-18 21:48:24 -04:00
avoid packaged phpunit version that is incompatible with older PHP releases
This commit is contained in:
@@ -26,7 +26,8 @@ jobs:
|
||||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
extensions: gd, sqlite3
|
||||
tools: phpunit
|
||||
- name: Setup PHPunit
|
||||
run: composer install -n
|
||||
- name: Run unit tests
|
||||
run: phpunit --no-coverage
|
||||
working-directory: tst
|
||||
|
||||
Reference in New Issue
Block a user