Skip to content

Commit 1cd1ebf

Browse files
committed
remove Julia 1.2 from tests
1 parent 082bddc commit 1cd1ebf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ForwardDiff_Tracker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
julia-version: [1.0.5, 1.2.0, 1.3]
15+
julia-version: [1.0, 1.3]
1616
julia-arch: [x64, x86]
1717
os: [ubuntu-latest, macOS-latest]
1818
exclude:

.github/workflows/Others.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
julia-version: [1.0.5, 1.2.0, 1.3]
15+
julia-version: [1.0, 1.3]
1616
julia-arch: [x64, x86]
1717
os: [ubuntu-latest, macOS-latest]
1818
exclude:

.github/workflows/Zygote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
julia-version: [1.0.5, 1.2.0, 1.3]
15+
julia-version: [1.0, 1.3]
1616
julia-arch: [x64, x86]
1717
os: [ubuntu-latest, macOS-latest]
1818
exclude:

0 commit comments

Comments
 (0)