Skip to content

Commit 804b320

Browse files
committed
try elastic 8.x
1 parent 33118ea commit 804b320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testpatterns.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
- name: add logstash repo
99
uses: myci-actions/add-deb-repo@4
1010
with:
11-
repo: deb https://artifacts.elastic.co/packages/7.x/apt stable main
12-
repo-name: elastic-7.x
11+
repo: deb https://artifacts.elastic.co/packages/8.x/apt stable main
12+
repo-name: elastic-8.x
1313
keys: D27D666CD88E42B4
1414
- name: install logstash
1515
run: sudo apt-get install logstash

0 commit comments

Comments
 (0)