Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork398
Fix integration tests failing on Debian Buster EOL (#1918)#1919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
* Initial plan* Update container images to fix Debian Buster EOL issueCo-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>
4a3abc7 intoreleases/v4Uh oh!
There was an error while loading.Please reload this page.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## releases/v4 #1919 +/- ##============================================ Coverage 93.45% 93.45% ============================================ Files 7 7 Lines 321 321 Branches 88 88 ============================================ Hits 300 300 Misses 21 21 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This pull request updates the integration workflow configuration to use newer versions of the Node and Ruby containers, ensuring compatibility with current dependencies and improved security.
Container version upgrades:
integration-cross-repo-pushjob to use thenode:22container instead ofnode:16.13in.github/workflows/integration.yml.integration-checkout-v2job to use theruby:3.3container instead ofruby:2.6in.github/workflows/integration.yml.