Skip to content

Commit

Permalink
Update .travis.yml to ajust to new release cadence
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd authored Nov 18, 2024
1 parent 1e5b86f commit dfea2bd
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import:
- logstash-plugins/.ci:travis/travis.yml@1.x

env:
jobs: # test with old scheduler version (3.0 was locked in LS 7.x)
- ELASTIC_STACK_VERSION=7.x RUFUS_SCHEDULER_VERSION=3.0.9 LOG_LEVEL=info
- ELASTIC_STACK_VERSION=8.2.0 RUFUS_SCHEDULER_VERSION=3.0.9
jobs:
exclude:
- env: ELASTIC_STACK_VERSION=7.current
- env: SNAPSHOT=true ELASTIC_STACK_VERSION=7.current
include:
- env: ELASTIC_STACK_VERSION=7.current RUFUS_SCHEDULER_VERSION=3.0.9 SNAPSHOT=true
- env: ELASTIC_STACK_VERSION=7.current RUFUS_SCHEDULER_VERSION=3.0.9

0 comments on commit dfea2bd

Please sign in to comment.