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 97455e9 commit 1fc7cd2Copy full SHA for 1fc7cd2
.github/workflows/CI.yml
@@ -10,21 +10,24 @@ jobs:
10
fail-fast: false
11
matrix:
12
include:
13
- - version: 'nightly'
+ - version: 'pre'
14
os: ubuntu-latest
15
arch: x64
16
- version: '1'
17
18
19
- - version: '1.6'
20
- os: ubuntu-latest
21
- arch: x64
22
23
os: windows-latest
24
25
26
os: macos-latest
27
+ - version: 'lts'
+ os: ubuntu-latest
+ arch: x64
28
+ - version: 'min'
29
30
31
steps:
32
- uses: actions/checkout@v2
33
- uses: julia-actions/setup-julia@v2
0 commit comments