Skip to content

Commit f53ff89

Browse files
committed
doc: add all supported julia versions to docs
1 parent 4787812 commit f53ff89

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/src/index.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,16 @@ jobs:
128128
fail-fast: false
129129

130130
matrix:
131-
version: # NOTE: if not using `yml_path`, these should match the version in `BotConfig`
132-
- '1.5.2'
131+
# NOTE: only keep the versions you want to support
132+
# NOTE: if not using `yml_path`, these should match the version in `BotConfig`
133+
version:
134+
- 'nightly'
135+
- '1.5.3'
136+
- '1.4.2'
133137
- '1.3.1'
138+
- '1.2.0'
139+
- '1.1.1'
140+
- '1.0.5'
134141
os: # NOTE: if not using `yml_path`, these should match the os in `BotConfig`
135142
- ubuntu-latest
136143
- windows-latest

0 commit comments

Comments
 (0)