File tree 2 files changed +10
-56
lines changed
2 files changed +10
-56
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- name : Ruby 2.6
1
+ name : Ruby 3.0
2
2
on :
3
3
push :
4
4
branches :
5
- - main
5
+ - 8.x
6
6
pull_request :
7
7
branches :
8
- - main
9
- workflow_dispatch :
10
- branches :
11
- - ' *'
8
+ - 8.x
12
9
jobs :
13
10
tests :
14
11
env :
15
- TEST_ES_SERVER : http://localhost:9200
16
- RAILS_VERSIONS : ' 5.0,6.0 '
12
+ ELASTICSEARCH_URL : http://localhost:9200
13
+ RAILS_VERSIONS : ${{ matrix.rails }}
17
14
strategy :
18
15
fail-fast : false
16
+ matrix :
17
+ rails : [ '6.1', '7.0' ]
19
18
runs-on : ubuntu-latest
20
19
steps :
21
20
- uses : actions/checkout@v2
@@ -27,10 +26,11 @@ jobs:
27
26
sudo sysctl -w vm.max_map_count=262144
28
27
- uses : elastic/elastic-github-actions/elasticsearch@master
29
28
with :
30
- stack-version : 7.x-SNAPSHOT
29
+ stack-version : 8.11.0-SNAPSHOT
30
+ security-enabled : false
31
31
- uses : ruby/setup-ruby@v1
32
32
with :
33
- ruby-version : 2.6
33
+ ruby-version : 3.0
34
34
- name : Bundle
35
35
run : |
36
36
sudo apt-get install libsqlite3-dev
You can’t perform that action at this time.
0 commit comments