Skip to content

Commit

Permalink
[CI] Run tests with julia v1.10 untile FITSIO is fixed with Julia v1.11+
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Dec 1, 2024
1 parent e85d5f4 commit cd689aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
version:
- '1.6'
- '1'
- '1.10' # The FITSIO dependency is currently broken on v1.11+: https://github.com/JuliaAstro/FITSIO.jl/issues/194
os:
- ubuntu-latest
- macOS-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: '1'
version: '1.10' # The FITSIO dependency is currently broken on v1.11+: https://github.com/JuliaAstro/FITSIO.jl/issues/194
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-docdeploy@v1
env:
Expand Down

0 comments on commit cd689aa

Please sign in to comment.