Skip to content

Conversation

@quinnj
Copy link
Member

@quinnj quinnj commented Jan 29, 2026

Summary

Update CI infrastructure and fix test compatibility issues.

Changes

CI Updates

Action Old New
actions/checkout v2 v4
actions/cache v1 v4
julia-actions/setup-julia v1 v2
codecov/codecov-action v1 v5
MariaDB ODBC connector download 3.1.11 3.1.20

Also updated codecov-action parameter from file to files per the v5 API.

Test Fixes

  • Updated MariaDB ODBC library path in tests (lib64/lib/ for 3.1.20 tarball layout)
  • Updated division-by-zero test for newer MariaDB behavior (returns NULL instead of erroring)

Related

Test plan

  • Julia 1.6 CI passes
  • Julia 1 (stable) CI passes
  • Julia nightly CI passes
  • Documentation builds

🤖 Generated with Claude Code

- 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]>
quinnj and others added 4 commits January 29, 2026 13:20
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]>
@quinnj quinnj merged commit 0688d4e into main Jan 29, 2026
4 checks passed
@quinnj quinnj deleted the jq/ci-maintenance-updates branch January 29, 2026 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test failed: Unsatisfiable requirements detected for package OpenSSL_jll

2 participants