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 083f8cd commit 47b1094Copy full SHA for 47b1094
.github/workflows/CI.yml
@@ -12,13 +12,13 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- julia-version: ['1', 'nightly']
+ julia-version: ['1.10', '1', 'pre']
16
arch: [x64]
17
os: [ubuntu-latest]
18
fail-fast: false
19
steps:
20
- uses: actions/checkout@v2
21
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
22
with:
23
version: ${{ matrix.julia-version }}
24
arch: ${{ matrix.arch }}
0 commit comments