We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d27980c + 0e644af commit 949e7e0Copy full SHA for 949e7e0
.github/workflows/ci.yml
@@ -50,8 +50,9 @@ jobs:
50
fail-fast: false
51
matrix:
52
version:
53
+ - "lts" # automatically expands to the latest LTS release of Julia
54
- "1" # automatically expands to the latest stable 1.x release of Julia
- - "pre"
55
+ - "pre" # automatically expands to the latest pre-release of Julia
56
os:
57
- ubuntu-latest
58
arch:
Project.toml
@@ -22,7 +22,7 @@ Distances = "0.10"
22
JuliaFormatter = "1"
23
OrderedCollections = "1"
24
Random = "1"
25
-TestItems = "0.1, 1"
+TestItems = "1"
26
Unrolled = "0.1"
27
julia = "1.10"
28
0 commit comments