Skip to content

Commit

Permalink
Merge pull request #147 from baggepinnen/vs
Browse files Browse the repository at this point in the history
version updates
  • Loading branch information
baggepinnen authored Nov 4, 2024
2 parents b15abe0 + 8ad5175 commit 66ad176
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: [1.6.0]
julia-version: [1.10]
julia-arch: [x86]
os: [ubuntu-latest]
steps:
Expand Down
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.6', '1']
julia-version: ['1.10']
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 @@ -37,7 +37,7 @@ SLEEFPirates = "0.4, 0.5, 0.6"
StaticArrays = "<0.12, 0.12, 1.0"
Statistics = "1"
StatsBase = "0.29, 0.30, 0.32, 0.33, 0.34"
julia = "1.6"
julia = "1.10"

[extras]
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
Expand Down

0 comments on commit 66ad176

Please sign in to comment.