File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 55 env :
66 RUBY_VERSION : " {{ matrix.ruby }}"
77 TEST_SUITE : " {{ matrix.suite }}"
8- STACK_VERSION : 8.9.0 -SNAPSHOT
8+ STACK_VERSION : 8.9-SNAPSHOT
99 matrix :
1010 setup :
1111 suite :
Original file line number Diff line number Diff line change 1- name : main
1+ name : 8.9
22on :
33 push :
44 branches :
5- - main
5+ - 8.9
66 pull_request :
77 branches :
8- - main
8+ - 8.9
99jobs :
1010 test-main :
1111 env :
2626 sudo sysctl -w vm.max_map_count=262144
2727 - uses : elastic/elastic-github-actions/elasticsearch@master
2828 with :
29- stack-version : 8.9.0 -SNAPSHOT
29+ stack-version : 8.9-SNAPSHOT
3030 security-enabled : false
3131 - uses : ruby/setup-ruby@v1
3232 with :
Original file line number Diff line number Diff line change 1818 name : Assemble
1919 runs-on : ubuntu-latest
2020 env :
21- stack-version : 8.8.0 -SNAPSHOT
21+ stack-version : 8.9 -SNAPSHOT
2222 steps :
2323 - name : Checkout
2424 uses : actions/checkout@v2
2525 - name : Assemble ${{ env.STACK_VERSION }}
2626 run : " ./.ci/make.sh assemble ${{ env.stack-version }}"
27-
You can’t perform that action at this time.
0 commit comments