From 1c1ff5028c0292c51b2dcdf8b2e7499ae8b2c04e Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Wed, 22 Jul 2026 15:34:43 -0400 Subject: [PATCH] revert(ci): use only nightly collabora image Signed-off-by: Elizabeth Danzberger --- .github/workflows/cypress-e2e.yml | 2 +- .github/workflows/integration.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress-e2e.yml b/.github/workflows/cypress-e2e.yml index c957e7955c..450a93959e 100644 --- a/.github/workflows/cypress-e2e.yml +++ b/.github/workflows/cypress-e2e.yml @@ -30,7 +30,7 @@ jobs: strategy: fail-fast: false matrix: - code-image: [ 'nightly' ] + code-image: [ 'release', 'nightly' ] node-version: [16.x] containers: [1, 2, 3] php-versions: [ '8.3' ] diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e1024d6d2b..87219f2875 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -54,7 +54,7 @@ jobs: # do not stop on another job's failure fail-fast: false matrix: - code-image: [ 'nightly' ] + code-image: [ 'release', 'nightly' ] php-versions: ['8.3'] databases: ['sqlite'] server-versions: ['master']