Skip to content

Commit cdc8784

Browse files
authored
Add Julia 1.6 and 1.7 to compile bot
1 parent 892d105 commit cdc8784

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/SnoopCompile.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: SnoopCompile
33
on:
44
push:
55
branches:
6-
# - 'master' # NOTE: uncomment to run the bot only on pushes to master
6+
- 'master'
77

88
defaults:
99
run:
@@ -19,6 +19,8 @@ jobs:
1919
matrix:
2020
version: # NOTE: if not using `yml_path`, these should match the version in `BotConfig`
2121
- 'nightly'
22+
- '1.7.0-beta3'
23+
- '1.6.2'
2224
- '1.5.3'
2325
- '1.4.2'
2426
- '1.3.1'

0 commit comments

Comments
 (0)