Skip to content

Commit

Permalink
update supported stack versions (elastic#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
simitt committed Mar 8, 2021
1 parent 1fc7f89 commit 1ef5f64
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/modules/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class LocalSetup(object):
'6.5': '6.5.4',
'6.6': '6.6.2',
'6.7': '6.7.2',
'6.8': '6.8.14',
'6.8': '6.8.15',
'7.0': '7.0.1',
'7.1': '7.1.1',
'7.2': '7.2.1',
Expand All @@ -77,9 +77,10 @@ class LocalSetup(object):
'7.7': '7.7.1',
'7.8': '7.8.1',
'7.9': '7.9.3',
'7.10': '7.10.2',
'7.11': '7.11.1',
'7.10': '7.10.3',
'7.11': '7.11.2',
'7.12': '7.12.0',
'7.13': '7.13.0',
'master': '8.0.0',
}

Expand Down

0 comments on commit 1ef5f64

Please sign in to comment.