Skip to content

Commit 3dce70a

Browse files
committed
[CI] Build 7.8 on GitHub Actions, set version on matrices
1 parent c3aad2e commit 3dce70a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.ci/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
ELASTICSEARCH_VERSION:
3-
- 7.x-SNAPSHOT
3+
- 7.8-SNAPSHOT
44

55
RUBY_TEST_VERSION:
66
- 2.7

.github/workflows/7.x.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- 7.x
6+
- 7.8
67
pull_request:
78
branches:
89
- 7.x
@@ -25,7 +26,7 @@ jobs:
2526
sudo sysctl -w vm.max_map_count=262144
2627
- uses: elastic/elastic-github-actions/elasticsearch@master
2728
with:
28-
stack-version: 7.x-SNAPSHOT
29+
stack-version: 7.8-SNAPSHOT
2930
- uses: ruby/setup-ruby@v1
3031
with:
3132
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)