From 601634eaa75a3be6eeb33d9374fe946684e1283e Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 4 Nov 2025 10:09:08 -0500 Subject: [PATCH] Fix integration tests failing on Debian Buster EOL (#1918) * Initial plan * Update container images to fix Debian Buster EOL issue Co-authored-by: JamesIves <10888441+JamesIves@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JamesIves <10888441+JamesIves@users.noreply.github.com> --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 0f4f833b93..5d12d9727b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -7,7 +7,7 @@ on: jobs: integration-cross-repo-push: - container: node:16.13 + container: node:22 runs-on: ubuntu-latest steps: - name: Install Container Dependencies 📚 @@ -82,7 +82,7 @@ jobs: needs: integration-checkout-v2 runs-on: ubuntu-latest container: - image: ruby:2.6 + image: ruby:3.3 env: LANG: C.UTF-8 steps: