Skip to content

Commit

Permalink
Merge pull request #527 from probcomp/ian/ci_update
Browse files Browse the repository at this point in the history
Upgrade Julia version
  • Loading branch information
ztangent authored Apr 21, 2024
2 parents 18c06fd + dcb2f4f commit f9012e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ContinuousIntegration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: ['1', '1.3', '1.6', 'nightly']
julia-version: ['1', '1.6', 'nightly']
julia-arch: [x64]
os: [ubuntu-latest]
steps:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ MacroTools = "0.5"
Parameters = "0.12"
ReverseDiff = "1.4, 1.5"
SpecialFunctions = "0.8, 0.9, 0.10, 1, 2"
julia = "1.3"
julia = "1.6"

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

0 comments on commit f9012e3

Please sign in to comment.