Get CI working again - #313
Open
rofinn wants to merge 7 commits into
Open
Conversation
rofinn
marked this pull request as draft
July 27, 2026 17:25
HTTP.jl 2.x's rewritten TLS backend (Reseau) fails the TLS handshake against postgresql.org (TLS 1.3 alert 40), but the MbedTLS v1 still works. Opened an issue with HTTP for now: JuliaWeb/HTTP.jl#1338
Starting in Julia 1.11 the `Array` type now wraps `Memory`. This improves performance on various functions, but the extra indirection adds an allocation when calling `unsafe_wrap` which impacts our text-formatted number tests.
1. Oldest supported postgres version is v14 2. Latest released version if v18 3. Reduces the size of the CI matrix to avoid testing on every postgres version supported. 4. Bumps the LTS Julia version to 1.10 5. Updated the error_code.jl generation script to address a few issues and merge codes from multiple releases (covering both additions and deprecations we still need to support).
rofinn
marked this pull request as ready for review
July 28, 2026 06:44
- This would at least help catch stale actions - Doesn't catch old Julia or Postgres versions, but we're mostly using latest which helps - I believe this requires setup by a repo / org owner
- Removes pinning HTTP to v1 in the CI job - Updates the HTTP.get call to also extract the .body as per the new API.
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.
Noticed in #312 that the CI and tests are currently failing. This is just an attempt to get them green again.
Changes
Actions