File tree Expand file tree Collapse file tree 2 files changed +10
-56
lines changed Expand file tree Collapse file tree 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
22on :
33 push :
44 branches :
5- - main
5+ - 8.x
66 pull_request :
77 branches :
8- - main
9- workflow_dispatch :
10- branches :
11- - ' *'
8+ - 8.x
129jobs :
1310 tests :
1411 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 }}
1714 strategy :
1815 fail-fast : false
16+ matrix :
17+ rails : [ '6.1', '7.0' ]
1918 runs-on : ubuntu-latest
2019 steps :
2120 - uses : actions/checkout@v2
@@ -27,10 +26,11 @@ jobs:
2726 sudo sysctl -w vm.max_map_count=262144
2827 - uses : elastic/elastic-github-actions/elasticsearch@master
2928 with :
30- stack-version : 7.x-SNAPSHOT
29+ stack-version : 8.11.0-SNAPSHOT
30+ security-enabled : false
3131 - uses : ruby/setup-ruby@v1
3232 with :
33- ruby-version : 2.6
33+ ruby-version : 3.0
3434 - name : Bundle
3535 run : |
3636 sudo apt-get install libsqlite3-dev
You can’t perform that action at this time.
0 commit comments