Skip to content

Commit 190d4db

Browse files
committed
Julia lts and latest
1 parent d0da6eb commit 190d4db

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
version:
25-
- '1.10'
26-
- '1.11'
25+
- 'lts'
26+
- '1'
2727
os:
2828
- ubuntu-latest
2929
build_is_production_build:
@@ -71,9 +71,8 @@ jobs:
7171
fail-fast: false
7272
matrix:
7373
julia_version:
74-
- "1.10"
75-
- "1.11"
76-
- "pre"
74+
- "lts"
75+
- "1"
7776
julia_arch:
7877
- x64
7978
os:

0 commit comments

Comments
 (0)