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 e0f33f1 commit c1aad4fCopy full SHA for c1aad4f
.github/workflows/CI.yml
@@ -16,15 +16,23 @@ jobs:
16
matrix:
17
version:
18
- '1.0'
19
- - '1.5'
20
- '1.6'
21
- - '1.7'
22
- - '1.8'
+ - '1.9'
23
- 'nightly'
24
- os:
25
- - ubuntu-latest
26
arch:
27
- x64
+ os:
+ - ubuntu-latest
+ include:
+ - version: '1.5'
28
+ arch: x64
29
+ os: ubuntu-20.04
30
+ - version: '1.7'
31
32
33
+ - version: '1.8'
34
35
+ os: ubuntu-22.04
36
steps:
37
- uses: actions/checkout@v3
38
- uses: julia-actions/setup-julia@v1
0 commit comments