Skip to content

Commit

Permalink
ci updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ivborissov committed Apr 29, 2024
1 parent 27bfd97 commit 1fc3396
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ jobs:
fail-fast: false
matrix:
version:
- '1.7'
- '1.8'
# - 'nightly'
- '1.9' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
- '1' # automatically expands to the latest stable 1.x release of Julia
# - 'nightly'
os:
- ubuntu-latest
- macos-latest
- windows-latest
arch:
- x64
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@v1
- uses: actions/cache@v4
env:
cache-name: cache-artifacts
with:
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
[compat]
Calculus = "0.5.1"
ForwardDiff = "0.9, 0.10"
NLopt = "0.6"
PlotUtils = "1.0.7"
ProgressMeter = "1.7.1"
NLopt = "1"
PlotUtils = "1.4"
ProgressMeter = "1.10"
RecipesBase = "1.1"
julia = "1.7"

Expand Down

0 comments on commit 1fc3396

Please sign in to comment.