Skip to content

Commit f4a63c0

Browse files
authored
Merge pull request #21 from JuliaAstro/icweaver-patch-1
update CI and LTS
2 parents 4b2b941 + e3b24a0 commit f4a63c0

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/CI.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
version: ['1', 'nightly']
16-
os: [ubuntu-latest]
17-
arch: [x64]
15+
version:
16+
- "min"
17+
- "1"
18+
- "pre"
19+
os:
20+
- ubuntu-latest
21+
arch:
22+
- "default"
1823
steps:
1924
- uses: actions/checkout@v5
2025
- uses: julia-actions/setup-julia@v2

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ RecipesBase = "1"
2222
Unitful = "1"
2323
UnitfulAstro = "1"
2424
WCS = "0.6"
25-
julia = "1.6"
25+
julia = "1.10"

0 commit comments

Comments
 (0)