Skip to content

Commit 3931d47

Browse files
authored
Require Julia 1.3 (#1378)
1 parent 5fe3648 commit 3931d47

File tree

6 files changed

+9
-4
lines changed

6 files changed

+9
-4
lines changed

.github/workflows/DynamicHMC.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
version:
15+
- '1.3'
1516
- '1'
1617
os:
1718
- ubuntu-latest

.github/workflows/Numerical.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
version:
15+
- '1.3'
1516
- '1'
1617
os:
1718
- ubuntu-latest

.github/workflows/StanCI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
version:
15+
- '1.3'
1516
- '1'
1617
os:
1718
- ubuntu-latest

.github/workflows/TuringCI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,18 @@ jobs:
1313
strategy:
1414
matrix:
1515
version:
16-
- '1.0'
16+
- '1.3'
1717
- '1'
1818
os:
1919
- ubuntu-latest
2020
- windows-latest
21-
- macOS-latest
21+
- macOS-latest
2222
arch:
2323
- x86
2424
- x64
2525
exclude:
26+
- os: windows-latest
27+
arch: x86
2628
- os: macOS-latest
2729
arch: x86
2830
steps:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ os:
77
- linux
88
matrix:
99
include:
10-
- julia: 1.0
10+
- julia: 1.3
1111
- julia: 1
1212
env: JULIA_NUM_THREADS=1
1313
- julia: 1

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ SpecialFunctions = "0.7.2, 0.8, 0.9, 0.10"
5353
StatsBase = "0.32, 0.33"
5454
StatsFuns = "0.8, 0.9"
5555
Tracker = "0.2.3"
56-
julia = "1"
56+
julia = "1.3"
5757

5858
[extras]
5959
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

0 commit comments

Comments
 (0)