From 4c542d9365de5f3b1e3cd91ff9499788334cba02 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 21 Jan 2026 11:44:37 -0500 Subject: [PATCH] chore(32bit): fix exclude-group deprecated syntax Signed-off-by: Josh --- .github/workflows/phpunit-32bits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit-32bits.yml b/.github/workflows/phpunit-32bits.yml index 17453968be013..0509a0c78bf5d 100644 --- a/.github/workflows/phpunit-32bits.yml +++ b/.github/workflows/phpunit-32bits.yml @@ -56,4 +56,4 @@ jobs: - name: PHPUnit uses: docker://ghcr.io/nextcloud/continuous-integration-php8.4-32bit:latest with: - args: /bin/sh -c "composer run test -- --exclude-group PRIMARY-azure,PRIMARY-s3,PRIMARY-swift,Memcached,Redis,RoutingWeirdness" + args: /bin/sh -c "composer run test -- --exclude-group PRIMARY-azure --exclude-group PRIMARY-s3 --exclude-group PRIMARY-swift --exclude-group Memcached --exclude-group Redis --exclude-group RoutingWeirdness"