mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-09-22 05:34:41 -04:00
avoid packaged phpunit version that is incompatible with older PHP releases
This commit is contained in:
parent
bd26972a73
commit
120ba0b8ca
1 changed files with 2 additions and 1 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -26,7 +26,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-versions }}
|
php-version: ${{ matrix.php-versions }}
|
||||||
extensions: gd, sqlite3
|
extensions: gd, sqlite3
|
||||||
tools: phpunit
|
- name: Setup PHPunit
|
||||||
|
run: composer install -n
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: phpunit --no-coverage
|
run: phpunit --no-coverage
|
||||||
working-directory: tst
|
working-directory: tst
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue