We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67c8ebd + 11ba77a commit 2aed705Copy full SHA for 2aed705
.github/workflows/ci.yml
@@ -50,9 +50,9 @@ jobs:
50
fail-fast: false
51
matrix:
52
version:
53
- - "1.8"
+ - "lts" # automatically expands to the latest LTS release of Julia
54
- "1" # automatically expands to the latest stable 1.x release of Julia
55
- - "pre"
+ - "pre" # automatically expands to the latest pre-release of Julia
56
os:
57
- ubuntu-latest
58
arch:
Project.toml
@@ -21,9 +21,8 @@ DataFrames = "1"
21
Dictionaries = "0.4"
22
MacroTools = "0.5"
23
PrettyTables = "2"
24
-TestItemRunner = "0.2, 1"
25
-TestItems = "0.1, 1"
26
-julia = "1.8"
+TestItems = "1"
+julia = "1.10"
27
28
[extras]
29
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
0 commit comments