Skip to content

Commit e07dc1e

Browse files
authored
example.yml: Run more Julia versions in CI (#134)
1 parent e3009e4 commit e07dc1e

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/example.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,18 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
version:
26-
- '1.5'
27-
- '1'
26+
- '1.6' # old LTS
27+
- '1.7'
28+
- '1.8'
29+
- '1.9'
30+
- '1.10' # current LTS
31+
- '1.11'
32+
# - '1.12'
33+
# - '1.13'
2834
- 'nightly'
35+
# Some aliases:
36+
- 'lts'
37+
- '1'
2938
os:
3039
- ubuntu-latest
3140
arch:

0 commit comments

Comments
 (0)