summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ftp.yml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-02-03 10:02:02 +0100
committerJoas Schilling <coding@schilljs.com>2023-02-03 10:02:02 +0100
commitbb34476b689cf138f7b394326534291b5b4e8e86 (patch)
treee5904d57adb518592a7baaa55ca7226b6e8dca1d /.github/workflows/ftp.yml
parent08bfe64b49f2b3242db221412b16d6aeed17915c (diff)
downloadnextcloud-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.yml2
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 }}