We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738357c commit 576972dCopy full SHA for 576972d
.github/workflows/7.x-8.x.yml renamed to .github/workflows/7.16-8.x.yml
@@ -1,11 +1,11 @@
1
-name: 7.x with 8.x
+name: 7.16 with 8.x
2
on:
3
push:
4
branches:
5
- - 7.x
+ - 7.16
6
pull_request:
7
8
9
jobs:
10
test-ruby:
11
env:
.github/workflows/7.x.yml
@@ -26,7 +26,7 @@ jobs:
26
sudo sysctl -w vm.max_map_count=262144
27
- uses: elastic/elastic-github-actions/elasticsearch@master
28
with:
29
- stack-version: 7.16.0-SNAPSHOT
+ stack-version: 7.16-SNAPSHOT
30
- uses: ruby/setup-ruby@v1
31
32
ruby-version: ${{ matrix.ruby }}
0 commit comments