Skip to content

Commit f9012e3

Browse files
authored
Merge pull request #527 from probcomp/ian/ci_update
Upgrade Julia version
2 parents 18c06fd + dcb2f4f commit f9012e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ContinuousIntegration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
julia-version: ['1', '1.3', '1.6', 'nightly']
18+
julia-version: ['1', '1.6', 'nightly']
1919
julia-arch: [x64]
2020
os: [ubuntu-latest]
2121
steps:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ MacroTools = "0.5"
2828
Parameters = "0.12"
2929
ReverseDiff = "1.4, 1.5"
3030
SpecialFunctions = "0.8, 0.9, 0.10, 1, 2"
31-
julia = "1.3"
31+
julia = "1.6"
3232

3333
[extras]
3434
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)