We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b2b941 + e3b24a0 commit f4a63c0Copy full SHA for f4a63c0
.github/workflows/CI.yml
@@ -12,9 +12,14 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- version: ['1', 'nightly']
16
- os: [ubuntu-latest]
17
- arch: [x64]
+ version:
+ - "min"
+ - "1"
18
+ - "pre"
19
+ os:
20
+ - ubuntu-latest
21
+ arch:
22
+ - "default"
23
steps:
24
- uses: actions/checkout@v5
25
- uses: julia-actions/setup-julia@v2
Project.toml
@@ -22,4 +22,4 @@ RecipesBase = "1"
Unitful = "1"
UnitfulAstro = "1"
WCS = "0.6"
-julia = "1.6"
+julia = "1.10"
0 commit comments