diff options
author | Joas Schilling <coding@schilljs.com> | 2023-02-03 10:02:02 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-02-03 10:02:02 +0100 |
commit | bb34476b689cf138f7b394326534291b5b4e8e86 (patch) | |
tree | e5904d57adb518592a7baaa55ca7226b6e8dca1d /.github/workflows/ftp.yml | |
parent | 08bfe64b49f2b3242db221412b16d6aeed17915c (diff) | |
download | nextcloud-server-bb34476b689cf138f7b394326534291b5b4e8e86.tar.gz nextcloud-server-bb34476b689cf138f7b394326534291b5b4e8e86.zip |
chore(CI): Opt-out of PHPUnit 10 for now
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows/ftp.yml')
-rw-r--r-- | .github/workflows/ftp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ftp.yml b/.github/workflows/ftp.yml index 8d17453b833..643aef72c34 100644 --- a/.github/workflows/ftp.yml +++ b/.github/workflows/ftp.yml @@ -43,7 +43,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-versions }} - tools: phpunit + tools: phpunit:9 extensions: mbstring, fileinfo, intl, sqlite, pdo_sqlite, zip, gd env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |