Browse Source

avoid packaged phpunit version that is incompatible with older PHP releases

El RIDO 6 năm trước cách đây
mục cha
commit
120ba0b8ca
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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