Skip to content

Commit

Permalink
compat and test on v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Apr 2, 2021
1 parent 994a155 commit e9ec60e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.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.4']
julia-version: ['1.6']
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 @@ -16,7 +16,7 @@ ControlSystemIdentification = "0.2, 1"
RecipesBase = "0.7, 0.8, 1.0"
Requires = "0.5, 1.0"
TotalLeastSquares = "1.3"
julia = "1.4"
julia = "1.6"

[extras]
ControlSystemIdentification = "3abffc1c-5106-53b7-b354-a47bfc086282"
Expand Down

0 comments on commit e9ec60e

Please sign in to comment.