1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-09 18:16:36 +02:00

[maint] fix phpunit test (#4300)

This commit is contained in:
Bocki
2024-10-17 00:00:52 +02:00
committed by GitHub
parent e5e2059ed7
commit 776e27218a

View File

@@ -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