Skip to content

Commit f947bc3

Browse files
committed
chore(julia): raise minimum version to 1.10
Julia 1.6 CI cannot resolve Harbor, and Julia 1.10 is the current LTS line as of April 23, 2026. Bump the package compat floor and replace the 1.6 CI lane with 1.10 so the matrix matches the versions we intend to support with the Harbor-backed test harness.
1 parent 50d2505 commit f947bc3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
version:
15-
- "1.6"
15+
- "1.10"
1616
- 1 # automatically expands to the latest stable 1.x release of Julia
1717
- nightly
1818
os:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ MariaDB_Connector_C_jll = "3.1.12"
2121
OpenSSL_jll = "3"
2222
Parsers = "0.3, 1, 2"
2323
Tables = "1"
24-
julia = "1.6"
24+
julia = "1.10"
2525

2626
[extras]
2727
Harbor = "af79dbb9-1a80-47ad-8928-192a4af69376"

0 commit comments

Comments
 (0)