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 8fc81be commit f425045Copy full SHA for f425045
.github/workflows/CI.yml
@@ -23,7 +23,9 @@ jobs:
23
- '1.6'
24
- '1.7'
25
- '1.8'
26
+ - '1.9'
27
- '1'
28
+ - 'pre'
29
- 'nightly'
30
os:
31
- ubuntu-latest
@@ -65,7 +67,7 @@ jobs:
65
67
- {os: 'ubuntu-latest', version: '1.8', arch: 'x86'}
66
68
steps:
69
- uses: actions/checkout@v2
- - uses: julia-actions/setup-julia@v1
70
+ - uses: julia-actions/setup-julia@v2
71
with:
72
version: ${{ matrix.version }}
73
arch: ${{ matrix.arch }}
@@ -92,7 +94,7 @@ jobs:
92
94
fail-fast: false
93
95
96
97
98
99
version: 1.6
100
arch: x64
0 commit comments