We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40cb7b commit 77ebcefCopy full SHA for 77ebcef
.github/workflows/3.0.yml renamed to .github/workflows/tests.yml
@@ -15,9 +15,10 @@ jobs:
15
fail-fast: false
16
matrix:
17
rails: [ '6.1', '7.0', '7.1' ]
18
+ ruby: ['3.1', '3.2', '3.3']
19
runs-on: ubuntu-latest
20
steps:
- - uses: actions/checkout@v2
21
+ - uses: actions/checkout@v4
22
- name: Increase system limits
23
run: |
24
sudo swapoff -a
@@ -26,11 +27,11 @@ jobs:
26
27
sudo sysctl -w vm.max_map_count=262144
28
- uses: elastic/elastic-github-actions/elasticsearch@master
29
with:
- stack-version: 8.13-SNAPSHOT
30
+ stack-version: 8.14.0-SNAPSHOT
31
security-enabled: false
32
- uses: ruby/setup-ruby@v1
33
- ruby-version: 3.3
34
+ ruby-version: ${{ matrix.ruby }}
35
- name: Bundle
36
37
sudo apt-get install libsqlite3-dev
0 commit comments