File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 77 branches :
88 - master
99 pull_request :
10- merge_group :
1110
1211jobs :
1312 build :
1413 runs-on : ubuntu-latest
1514
15+ strategy :
16+ matrix :
17+ logstashversion :
18+ - 7
19+ - 8
20+
1621 steps :
1722 - name : Check out code
1823 uses : actions/checkout@v4
2227 sudo apt-get update
2328 sudo apt-get install gpg
2429 wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
25- echo "deb https://artifacts.elastic.co/packages/7. x/apt stable main" | sudo tee /etc/apt/sources.list.d/elastic-7 .x.list
30+ echo "deb https://artifacts.elastic.co/packages/${{ matrix.logstashversion }}. x/apt stable main" | sudo tee /etc/apt/sources.list.d/elastic-${{ matrix.logstashversion }} .x.list
2631 sudo apt-get update
2732 sudo apt-get install logstash
2833 mkdir -p /tmp/logstash/data /tmp/logstash/logs
You can’t perform that action at this time.
0 commit comments