Skip to content

Commit

Permalink
Update Compatibility
Browse files Browse the repository at this point in the history
* Updataed Julia compatibility to 1.10
  • Loading branch information
dominic-chang committed Dec 28, 2023
1 parent b295cc7 commit 4425185
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['1.9']
version: ['1.10']
os: [ubuntu-latest]
arch: [x64]
allow_failure: [false]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1.9'
version: '1.10'
- name: Install docs dependencies
run: julia --project=docs -e 'using Pkg; Pkg.develop([PackageSpec(path=pwd())]); Pkg.instantiate()'
- name: Build and deploy
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
julia = "1.9"
julia = "1.10"
DocStringExtensions = "0.9"
Documenter = "1.1"
Setfield = "1.1"
Expand Down

0 comments on commit 4425185

Please sign in to comment.