Przeglądaj źródła

avoid packaged phpunit version that is incompatible with older PHP releases

El RIDO 6 lat temu
rodzic
commit
120ba0b8ca
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      .github/workflows/tests.yml

+ 2 - 1
.github/workflows/tests.yml

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