Skip to content

Commit 85a2529

Browse files
authoredNov 14, 2024··
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

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import:
2-
- logstash-plugins/.ci:travis/defaults.yml@1.x
3-
- logstash-plugins/.ci:travis/exec.yml@1.x
2+
- logstash-plugins/.ci:travis/travis.yml@1.x
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)
Please sign in to comment.