Skip to content

Commit 46e54e2

Browse files
committed
update ci version
1 parent a001236 commit 46e54e2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,15 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
include:
15-
- version: '1.8'
15+
- version: '1'
1616
os: ubuntu-latest
1717
arch: x64
18+
- version: '1.10'
19+
os: ubuntu-latest
20+
arch: x64
21+
- version: '1.10'
22+
os: ubuntu-latest
23+
arch: x86
1824
steps:
1925
- uses: actions/checkout@v2
2026
- uses: julia-actions/setup-julia@v1

0 commit comments

Comments
 (0)