Skip to content

Commit 85a2529

Browse files
authored
Update .travis.yml to skip 7.x
1 parent 1853b95 commit 85a2529

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.travis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import:
2-
- logstash-plugins/.ci:travis/[email protected]
3-
- logstash-plugins/.ci:travis/[email protected]
2+
- logstash-plugins/.ci:travis/[email protected]
43

5-
env:
6-
jobs:
7-
# lock on version 8.x because use of Jackson 2.13.3 available from 8.3.0
8-
- ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk17.env
9-
- SNAPSHOT=true ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk17.env
4+
# lock on version 8.x because use of Jackson 2.13.3 available from 8.3.0
5+
jobs:
6+
exclude:
7+
- env: ELASTIC_STACK_VERSION=7.current
8+
- env: SNAPSHOT=true ELASTIC_STACK_VERSION=7.current

0 commit comments

Comments
 (0)