Skip to content

Commit d6fe617

Browse files
committed
[CI] Updates CI test matrix for 8.2
1 parent 5d9964d commit d6fe617

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml renamed to .github/workflows/8.2.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: main
1+
name: 8.2
22
on:
33
push:
44
branches:
5-
- main
5+
- 8.2
66
pull_request:
77
branches:
8-
- main
8+
- 8.2
99
jobs:
1010
test-main:
1111
env:
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby: [ '2.6', '2.7', '3.0', '3.1', 'jruby-9.3' ]
17+
ruby: [ '2.7', '3.0', '3.1', 'jruby-9.3' ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v2
@@ -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.2.0-SNAPSHOT
29+
stack-version: 8.2-SNAPSHOT
3030
- uses: ruby/setup-ruby@v1
3131
with:
3232
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)