Skip to content

Commit 47b1094

Browse files
committed
CI versions
1 parent 083f8cd commit 47b1094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
julia-version: ['1', 'nightly']
15+
julia-version: ['1.10', '1', 'pre']
1616
arch: [x64]
1717
os: [ubuntu-latest]
1818
fail-fast: false
1919
steps:
2020
- uses: actions/checkout@v2
21-
- uses: julia-actions/setup-julia@v1
21+
- uses: julia-actions/setup-julia@v2
2222
with:
2323
version: ${{ matrix.julia-version }}
2424
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)