From 12975fad360489e75c990bc26fbe6c5b4a736a70 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Mon, 14 Sep 2026 12:10:38 +0200 Subject: [PATCH] fix(ci): Pin 32-bit Assisted-by: Claude Code:claude-opus-5 Signed-off-by: Andy Scherzinger --- .github/workflows/phpunit-32bits.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/phpunit-32bits.yml b/.github/workflows/phpunit-32bits.yml index f1d8da06fd0e2..e8d76a34e0781 100644 --- a/.github/workflows/phpunit-32bits.yml +++ b/.github/workflows/phpunit-32bits.yml @@ -38,14 +38,14 @@ jobs: submodules: true - name: Set up dependencies - uses: docker://ghcr.io/nextcloud/continuous-integration-php8.4-32bit:latest + uses: docker://ghcr.io/nextcloud/continuous-integration-php8.4-32bit@sha256:f0e6b5496ad768064c1af727f607f8bcd0eca60cf46987515040b834ed6a14aa with: args: /bin/sh -c " git config --global --add safe.directory ${GITHUB_WORKSPACE} && composer install --no-interaction" - name: Set up Nextcloud - uses: docker://ghcr.io/nextcloud/continuous-integration-php8.4-32bit:latest + uses: docker://ghcr.io/nextcloud/continuous-integration-php8.4-32bit@sha256:f0e6b5496ad768064c1af727f607f8bcd0eca60cf46987515040b834ed6a14aa with: args: /bin/sh -c " mkdir data && @@ -53,6 +53,6 @@ jobs: php -f tests/enable_all.php" - name: PHPUnit - uses: docker://ghcr.io/nextcloud/continuous-integration-php8.4-32bit:latest + uses: docker://ghcr.io/nextcloud/continuous-integration-php8.4-32bit@sha256:f0e6b5496ad768064c1af727f607f8bcd0eca60cf46987515040b834ed6a14aa with: 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"