Skip to content

Commit

Permalink
drop support for old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Jan 2, 2021
1 parent 82643bc commit bbd70b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.0', '1.5']
julia-version: ['1.5']
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Juno = "0.7, 0.8"
LatinHypercubeSampling = "1.2"
MacroTools = "0.5"
RecipesBase = "0.7, 0.8, 1.0"
julia = "1.0"
julia = "1.5"

[extras]
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Expand Down

0 comments on commit bbd70b2

Please sign in to comment.