Skip to content

Commit 4a3abc7

Browse files
JamesIvesCopilot
andauthored
Fix integration tests failing on Debian Buster EOL (#1918) (#1919)
* Initial plan * Update container images to fix Debian Buster EOL issue --------- Co-authored-by: Copilot <[email protected]>
1 parent 36549c3 commit 4a3abc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
integration-cross-repo-push:
10-
container: node:16.13
10+
container: node:22
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Install Container Dependencies 📚
@@ -82,7 +82,7 @@ jobs:
8282
needs: integration-checkout-v2
8383
runs-on: ubuntu-latest
8484
container:
85-
image: ruby:2.6
85+
image: ruby:3.3
8686
env:
8787
LANG: C.UTF-8
8888
steps:

0 commit comments

Comments
 (0)