Skip to content

Commit 9163492

Browse files
committed
[CI] Updates versions in GitHub Actions
1 parent ad1e794 commit 9163492

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: main
1+
name: 8.8
22
on:
33
push:
44
branches:
5-
- main
5+
- 8.8
66
pull_request:
77
branches:
8-
- main
8+
- 8.8
99
jobs:
1010
test-main:
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: 8.8.0-SNAPSHOT
29+
stack-version: 8.8-SNAPSHOT
3030
security-enabled: false
3131
- uses: ruby/setup-ruby@v1
3232
with:

0 commit comments

Comments
 (0)