Skip to content

Commit 0d23a12

Browse files
authored
TestImages v1.8.0 (#152)
* update sheep_logan references * CI: test Julia 1.6 and not 1.3 * TestImages v1.8.0
1 parent af2b614 commit 0d23a12

File tree

6 files changed

+39
-38
lines changed

6 files changed

+39
-38
lines changed

.github/workflows/UnitTest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# https://github.com/actions/toolkit/issues/399
1717
fail-fast: false
1818
matrix:
19-
julia-version: ['1.3', '1', 'nightly']
19+
julia-version: ['1.6', '1', 'nightly']
2020
os: [ubuntu-latest]
2121
include:
2222
- os: windows-latest
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
cache-name: cache-artifacts
3838
with:
39-
path: ~/.julia/artifacts
39+
path: ~/.julia/artifacts
4040
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
4141
restore-keys: |
4242
${{ runner.os }}-test-${{ env.cache-name }}-

Artifacts.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[images]
2-
git-tree-sha1 = "27a4c26bcdd47eb717bee089ec231a899cb8ef69"
2+
git-tree-sha1 = "0fca6f56665d8dfa11bad924ab67e24e6fdbc0d7"
33
lazy = true
44

55
[[images.download]]
6-
sha256 = "90834d5320612a1e84b4dd5d3809c5a77fb146c371dcd270bdd474395eddf74a"
7-
url = "https://github.com/JuliaImages/TestImages.jl/releases/download/v1.7.0-artifacts/images.tar.gz"
6+
sha256 = "da4d8d37304c995e35b43a10572fb8ca88629a47d1d1cd28d2dfa91767374d49"
7+
url = "https://github.com/JuliaImages/TestImages.jl/releases/download/v1.8.0-artifacts/images.tar.gz"
88

99
[images_dip3e]
1010
git-tree-sha1 = "9006b49888eceebbde587484f1e5573956f8448b"
1111
lazy = true
1212

1313
[[images_dip3e.download]]
1414
sha256 = "1449c5a5b5a4fb30889493ec057fffcb0170ec855a2d01e1a77fdc265db91db1"
15-
url = "https://github.com/JuliaImages/TestImages.jl/releases/download/v1.7.0-artifacts/images_dip3e.tar.gz"
15+
url = "https://github.com/JuliaImages/TestImages.jl/releases/download/v1.7.0-artifacts/images_dip3e.tar.gz"

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "TestImages"
22
uuid = "5e47fb64-e119-507b-a336-dd2b206d9990"
3-
version = "1.7.2"
3+
version = "1.8.0"
44

55
[deps]
66
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"

src/TestImages.jl

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const remotefiles = [
5151
"lena_gray_256.tif",
5252
"lena_gray_512.tif",
5353
"lighthouse.png",
54+
"lilly.jpg",
5455
"livingroom.tif",
5556
"m51.tif",
5657
"mandril_color.tif",

0 commit comments

Comments
 (0)