Skip to content

Commit 1dfc0a9

Browse files
authored
bump Julia compat and test on lts + nightly (#1102)
1 parent bd00a8f commit 1dfc0a9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
version:
20-
- "1"
19+
version: ['1.10', '1', 'nightly']
2120
os:
2221
- ubuntu-latest
2322
arch:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ LiveServer = "1"
3232
NodeJS = "2"
3333
OrderedCollections = "1"
3434
TOML = "1"
35-
julia = "1"
35+
julia = "1.10"
3636
Dates = "1"
3737
Logging = "1"
3838
Markdown = "1"

0 commit comments

Comments
 (0)