Skip to content

Commit 4267ba6

Browse files
ViralBShahclaude
andcommitted
Use 'min' instead of hardcoded Julia 1.6 in CI test matrix
julia-actions/setup-julia resolves 'min' from [compat] julia in Project.toml. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 47dc642 commit 4267ba6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
version:
2323
- '1' # Current stable version
2424
- 'lts' # Current LTS version
25-
- '1.6' # Previous LTS version
25+
- 'min' # Minimum supported version from Project.toml
2626
os:
2727
- macOS-15-intel
2828
- ubuntu-latest

0 commit comments

Comments
 (0)