We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e421dc commit 93262e8Copy full SHA for 93262e8
.github/workflows/aot.yml
@@ -18,6 +18,7 @@ jobs:
18
architecture: [x64]
19
python-version: ['3.x']
20
julia-version:
21
+ - '1.6'
22
- '1'
23
- '~1.7'
24
# - 'nightly' # TODO: reenable
.github/workflows/conda.yml
@@ -18,7 +18,7 @@ jobs:
- macos-latest
- windows-latest
- julia-version: ['1']
+ julia-version: ['1.6', '1']
include:
- os: windows-latest
architecture: x86
.github/workflows/system.yml
@@ -20,7 +20,7 @@ jobs:
- - '1.0'
25
- 'nightly'
26
0 commit comments