Skip to content

Commit

Permalink
drop support for 1.5, bump to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Dec 2, 2021
1 parent f45965c commit ea008c1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 481 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/SnoopCompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
fail-fast: false
matrix:
version: # NOTE: the versions below should match those in your botconfig
- '1.5' # NOTE: keep these versions in sync with deps/SnoopCompile/snoop_bot_config.jl
- '1.6'
- '1.7'
- '1.6' #
- '1.7' # ⎦ <<< keep these versions in sync with deps/SnoopCompile/snoop_bot_config.jl
os: # NOTE: should match the os setting of your botconfig
- ubuntu-latest
arch:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
fail-fast: false
matrix:
version:
- '1.5'
- '1.6'
- 'nightly'
os:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Showoff = "0.3.1, 1.0"
StatsBase = "0.32 - 0.33"
UnicodeFun = "0.4"
UnicodePlots = "2.4"
julia = "1.5"
julia = "1.6"

[extras]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand Down
Loading

0 comments on commit ea008c1

Please sign in to comment.