Skip to content

Commit bcad170

Browse files
committed
[CI] Adds GitHub Actions
1 parent 66db5ae commit bcad170

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/7.x.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: 7.16
1+
name: 7.17
22
on:
33
push:
44
branches:
5-
- 7.16
5+
- 7.17
66
pull_request:
77
branches:
8-
- 7.16
8+
- 7.17
99
jobs:
1010
test-ruby:
1111
env:
@@ -26,7 +26,7 @@ jobs:
2626
sudo sysctl -w vm.max_map_count=262144
2727
- uses: elastic/elastic-github-actions/elasticsearch@master
2828
with:
29-
stack-version: 7.16.0-SNAPSHOT
29+
stack-version: 7.16-SNAPSHOT
3030
- uses: ruby/setup-ruby@v1
3131
with:
3232
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)