Skip to content

Commit a8209b6

Browse files
authored
Merge pull request #14 from microscopic-image-analysis/upgrade-testitems
Upgrade testitems
2 parents c8af2f1 + 70c8395 commit a8209b6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
version:
26+
- '1.9'
2627
- '1.10'
2728
os:
2829
- ubuntu-latest

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Rotations = "1.7"
3737
SimpleUnPack = "1.1"
3838
StaticArrays = "1.9.1"
3939
Test = "1"
40-
TestItemRunner = "0.2"
41-
TestItems = "0.1.1"
40+
TestItemRunner = "^1"
41+
TestItems = "^1"
4242
julia = "^1.9"
4343

4444
[extras]

0 commit comments

Comments
 (0)