From 532c7c4780daf0297fe4a200221f59209f9ed507 Mon Sep 17 00:00:00 2001 From: Dominik Grothaus Date: Tue, 28 Jul 2026 14:37:24 +0200 Subject: [PATCH] fix: allow insecure versions in admin-jest Pass `allow-insecure-versions: true` to `setup-extension` in the `admin-jest` reusable workflow, matching `phpstan`, `phpunit` and `e2e`. --- .github/workflows/admin-jest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/admin-jest.yml b/.github/workflows/admin-jest.yml index 28b5397..5f0e454 100644 --- a/.github/workflows/admin-jest.yml +++ b/.github/workflows/admin-jest.yml @@ -52,6 +52,7 @@ jobs: install: true install-admin: true env: prod + allow-insecure-versions: true extraRepositories: | { "${{ github.event.repository.name }}": {