Skip to content

Commit e79bb2b

Browse files
authored
Keep Julia 1.6 in ci.yml
1 parent 1a874c4 commit e79bb2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
version: ['lts', '1']
16+
version: ['1.6', '1']
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
arch: [x64]
1919
allow_failure: [false]
@@ -57,3 +57,4 @@ jobs:
5757
with:
5858
file: lcov.info
5959

60+

0 commit comments

Comments
 (0)