Skip to content

Commit

Permalink
CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Oct 14, 2024
1 parent 654d23a commit 217fa66
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ["1.6", "1.8", "~1.9.0-0"]
julia-version: ["1.10", "~1.11.0-0"]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: 1.8
version: 1.10
- uses: julia-actions/julia-docdeploy@v1
env:
PYTHON: ""
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"

[compat]
Manifolds = "0.9, 0.10"
Manifolds = "0.10"
ManifoldsBase = "0.15"
Manopt = "0.5"
Optim = "1"
RecursiveArrayTools = "2"
Requires = "1"
StatsAPI = "1"
julia = "1.6"
julia = "1.10"

[extras]
Manifolds = "1cead3c2-87b3-11e9-0ccd-23c62b72b94e"
Expand Down
6 changes: 3 additions & 3 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ManifoldsBase = "3362f125-f0bb-47a3-aa74-596ffd7ef2fb"
MultivariateDataAnalysis = "7ed5a180-dec1-4fe7-8c10-01540e2d7fe7"

[compat]
Documenter = "0.27"
ManifoldsBase = "0.14"
Manifolds = "0.8"
Documenter = "1"
ManifoldsBase = "0.15"
Manifolds = "0.10"
MultivariateDataAnalysis = "0.1"

0 comments on commit 217fa66

Please sign in to comment.