Explorar o código

avoid packaged phpunit version that is incompatible with older PHP releases

El RIDO %!s(int64=6) %!d(string=hai) anos
pai
achega
120ba0b8ca
Modificáronse 1 ficheiros con 2 adicións e 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