Skip to content

Commit 576972d

Browse files
committed
[CI] Updates GitHub Actions
1 parent 738357c commit 576972d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/7.x-8.x.yml renamed to .github/workflows/7.16-8.x.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: 7.x with 8.x
1+
name: 7.16 with 8.x
22
on:
33
push:
44
branches:
5-
- 7.x
5+
- 7.16
66
pull_request:
77
branches:
8-
- 7.x
8+
- 7.16
99
jobs:
1010
test-ruby:
1111
env:

.github/workflows/7.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)