Explorar el Código

avoid packaged phpunit version that is incompatible with older PHP releases

El RIDO hace 6 años
padre
commit
120ba0b8ca
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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