Skip to content

Commit 6115ec5

Browse files
committed
[CI] Updates GitHub Actions for 8.15
1 parent 3d277f2 commit 6115ec5

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.15.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
name: main
1+
name: 8.15
22
on:
33
push:
44
branches:
5-
- main
5+
- 8.15
66
pull_request:
77
branches:
8-
- main
8+
- 8.15
99
jobs:
10-
test-main:
10+
test-8.15:
1111
env:
1212
TEST_ES_SERVER: http://localhost:9250
1313
PORT: 9250
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby: [ '3.0', '3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4' ]
17+
ruby: ['3.0', '3.1', '3.2', '3.3', 'jruby-9.3', 'jruby-9.4']
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)