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 c8af2f1 + 70c8395 commit a8209b6Copy full SHA for a8209b6
.github/workflows/CI.yml
@@ -23,6 +23,7 @@ jobs:
23
fail-fast: false
24
matrix:
25
version:
26
+ - '1.9'
27
- '1.10'
28
os:
29
- ubuntu-latest
Project.toml
@@ -37,8 +37,8 @@ Rotations = "1.7"
37
SimpleUnPack = "1.1"
38
StaticArrays = "1.9.1"
39
Test = "1"
40
-TestItemRunner = "0.2"
41
-TestItems = "0.1.1"
+TestItemRunner = "^1"
+TestItems = "^1"
42
julia = "^1.9"
43
44
[extras]
0 commit comments