Skip to content

Commit 168b217

Browse files
committed
Updates GitHub Actions
1 parent 2cf5f73 commit 168b217

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: 7.1.1
1+
name: 7.1.2.pre
22
on:
33
push:
44
branches:
5-
- 7.1.1
5+
- 7.1.2.pre
66
pull_request:
77
branches:
8-
- 7.1.1
8+
- 7.1.2.pre
99
jobs:
1010
test-master:
1111
env:
@@ -25,7 +25,7 @@ jobs:
2525
sudo sysctl -w vm.max_map_count=262144
2626
- uses: elastic/elastic-github-actions/elasticsearch@master
2727
with:
28-
stack-version: 7.8.0
28+
stack-version: 7.x-SNAPSHOT
2929
- uses: ruby/setup-ruby@v1
3030
with:
3131
ruby-version: ${{ matrix.ruby }}
@@ -37,5 +37,4 @@ jobs:
3737
bundle exec rake bundle:clean
3838
bundle exec rake bundle:install
3939
- name: Test
40-
run: bundle exec rake test:all
41-
40+
run: bundle exec rake test:all

0 commit comments

Comments
 (0)