Merged
Conversation
- actions/checkout: v2 → v4 - actions/cache: v1 → v4 - julia-actions/setup-julia: v1 → v2 - codecov/codecov-action: v1 → v5 (also file → files parameter) - MariaDB ODBC connector: 3.1.11 → 3.1.20 These updates address deprecation warnings and ensure compatibility with the latest GitHub Actions features. Co-Authored-By: Claude Opus 4.5 <[email protected]>
The CI workflow downloads v3.1.20 but the test path still referenced v3.1.11, causing test failures on Linux. Co-Authored-By: Claude Opus 4.5 <[email protected]>
The 3.1.20 tarball uses lib/ instead of lib64/ for the library directory. Co-Authored-By: Claude Opus 4.5 <[email protected]>
Newer MariaDB versions return NULL for division by zero instead of raising an error. Update the test to verify the query executes successfully rather than expecting an ErrorException. Co-Authored-By: Claude Opus 4.5 <[email protected]>
Co-Authored-By: Claude Opus 4.5 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update CI infrastructure and fix test compatibility issues.
Changes
CI Updates
actions/checkoutactions/cachejulia-actions/setup-juliacodecov/codecov-actionAlso updated
codecov-actionparameter fromfiletofilesper the v5 API.Test Fixes
lib64/→lib/for 3.1.20 tarball layout)Related
MariaDB_Connector_ODBC_jllwith OpenSSL 3.x compat: [MariaDB_Connector_ODBC] Update to 3.1.22 with OpenSSL 3.0 support JuliaPackaging/Yggdrasil#13030 (merged)Test plan
🤖 Generated with Claude Code