mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-12 01:48:48 +00:00
[maint] fix phpunit test (#4300)
This commit is contained in:
parent
e5e2059ed7
commit
776e27218a
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -17,5 +17,7 @@ jobs:
|
|||||||
- uses: shivammathur/setup-php@v2
|
- uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-versions }}
|
php-version: ${{ matrix.php-versions }}
|
||||||
|
env:
|
||||||
|
update: true
|
||||||
- run: composer install
|
- run: composer install
|
||||||
- run: composer test
|
- run: composer test
|
||||||
|
Loading…
Reference in New Issue
Block a user