Skip to content

Commit fc9553a

Browse files
authored
Add min version specifier to ci.yml (#80)
* Add min version specifier to ci.yml * Remove '1.6' version specifierin ci.yml
1 parent cf08102 commit fc9553a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
version:
24-
- '1.6'
24+
- 'min'
2525
- '1.10' # The FITSIO dependency is currently broken on v1.11+: https://github.com/JuliaAstro/FITSIO.jl/issues/194
2626
os:
2727
- ubuntu-latest

0 commit comments

Comments
 (0)