Skip to content

Commit 3e1041b

Browse files
committed
drop julia 1.0 compatibility
1 parent 055f8e7 commit 3e1041b

File tree

3 files changed

+2
-47
lines changed

3 files changed

+2
-47
lines changed

.github/workflows/UnitTest.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [macos-latest, ubuntu-latest]
16-
julia_version: ["1.0", "1", "nightly"]
17-
exclude:
18-
- os: macos-latest
19-
julia_version: '1.0'
16+
julia_version: ["1.3", "1", "nightly"]
2017

2118
runs-on: ${{ matrix.os }}
2219
env:
@@ -45,9 +42,5 @@ jobs:
4542
${{ runner.os }}-test-
4643
${{ runner.os }}-
4744
48-
- name: Disable broken dependencies on old Julia v1.0
49-
if: matrix.julia_version == '1.0'
50-
run: cp compat/Project.toml Project.toml
51-
5245
- uses: julia-actions/julia-runtest@latest
5346

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ImageCore = "0.7, 0.8, 0.9"
2121
ProtoBuf = "0.10, 0.11"
2222
Requires = "0.5, 1"
2323
StatsBase = "0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33"
24-
julia = "0.7, 1"
24+
julia = "1.3"
2525

2626
[extras]
2727
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"

compat/Project.toml

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)