Skip to content

Commit

Permalink
fixed typo and add julia 1.9 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andreapasquale94 committed Nov 11, 2023
1 parent 7b2ad92 commit bebaeba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
matrix:
version:
- '1.8'
- '1.9'
- nightly
os:
- ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ makedocs(;
"interfaces/Errors.md",
"interfaces/Interface.md",
"interfaces/FilesIO.md",
"interfaces/Graphs.md"
"interfaces/Frames.md"
"interfaces/Graphs.md",
"interfaces/Frames.md",
"interfaces/Math.md",
"interfaces/Ephemeris.md",
"interfaces/Models.md"
Expand Down

0 comments on commit bebaeba

Please sign in to comment.