Răsfoiți Sursa

avoid packaged phpunit version that is incompatible with older PHP releases

El RIDO 6 ani în urmă
părinte
comite
120ba0b8ca
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  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