diff options
author | 2022-06-08 02:16:06 +0200 | |
---|---|---|
committer | 2022-06-08 02:16:06 +0200 | |
commit | 6582a66a2d800c899acb0c88880c46a7288f9e21 (patch) | |
tree | 5c29d5e6c6df7c4512aa60b95c91ef245dfb6c9b | |
parent | a4785370fa5ed3c3987fa42010d0fd6db405fbf2 (diff) | |
download | rss-bridge-6582a66a2d800c899acb0c88880c46a7288f9e21.tar.gz rss-bridge-6582a66a2d800c899acb0c88880c46a7288f9e21.tar.zst rss-bridge-6582a66a2d800c899acb0c88880c46a7288f9e21.zip |
Revert "Update tests.yml (#2788)" (#2792)
This reverts commit aa32040bd4849228788d0c4088e9988bb7354406.
-rw-r--r-- | .github/workflows/tests.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2952ce91..61985342 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,8 +16,7 @@ jobs: - uses: actions/checkout@v2 - uses: shivammathur/setup-php@v2 with: - php-version: ${{ matrix.php-versions }} - - run: composer dump-autoload + php-version: ${{ matrix.php-versions }} - run: composer global require phpunit/phpunit ^7 - run: phpunit --configuration=phpunit.xml --include-path=lib/ |