diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1468070..b5d30b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,8 +50,9 @@ jobs: fail-fast: false matrix: version: + - "lts" # automatically expands to the latest LTS release of Julia - "1" # automatically expands to the latest stable 1.x release of Julia - - "pre" + - "pre" # automatically expands to the latest pre-release of Julia os: - ubuntu-latest arch: diff --git a/Project.toml b/Project.toml index 742ed31..89df4d0 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ Distances = "0.10" JuliaFormatter = "1" OrderedCollections = "1" Random = "1" -TestItems = "0.1, 1" +TestItems = "1" Unrolled = "0.1" julia = "1.10"