Skip to content

Commit ab1bcb4

Browse files
committed
more travis compatability
1 parent d633c0c commit ab1bcb4

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- '9.current'
3030
snapshot: [false, true]
3131
include:
32+
- elastic-stack-version: '9.next'
33+
snapshot: true
3234
- elastic-stack-version: 'main'
3335
snapshot: true
3436

.github/workflows/secure-integration-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ jobs:
5858
snapshot: true
5959
es-ssl-key-invalid: 'false'
6060
es-ssl-supported-protocols: ''
61+
- elastic-stack-version: '9.next'
62+
snapshot: true
63+
es-ssl-key-invalid: 'false'
64+
es-ssl-supported-protocols: ''
6165
- elastic-stack-version: 'main'
6266
snapshot: true
6367
es-ssl-key-invalid: 'false'

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,14 @@ jobs:
2828
- '8.current'
2929
- '9.previous'
3030
- '9.current'
31+
- '9.next'
3132
- 'main'
3233
snapshot: [false, true]
3334
docker-env: ['dockerjdk21.env']
3435
exclude:
35-
# main only runs as snapshot
36+
# 9.next and main only run as snapshot
37+
- elastic-stack-version: '9.next'
38+
snapshot: false
3639
- elastic-stack-version: 'main'
3740
snapshot: false
3841

0 commit comments

Comments
 (0)