Skip to content

Commit 77ebcef

Browse files
committed
[CI] Updates GitHub Actions
1 parent e40cb7b commit 77ebcef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/3.0.yml renamed to .github/workflows/tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
rails: [ '6.1', '7.0', '7.1' ]
18+
ruby: ['3.1', '3.2', '3.3']
1819
runs-on: ubuntu-latest
1920
steps:
20-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2122
- name: Increase system limits
2223
run: |
2324
sudo swapoff -a
@@ -26,11 +27,11 @@ jobs:
2627
sudo sysctl -w vm.max_map_count=262144
2728
- uses: elastic/elastic-github-actions/elasticsearch@master
2829
with:
29-
stack-version: 8.13-SNAPSHOT
30+
stack-version: 8.14.0-SNAPSHOT
3031
security-enabled: false
3132
- uses: ruby/setup-ruby@v1
3233
with:
33-
ruby-version: 3.3
34+
ruby-version: ${{ matrix.ruby }}
3435
- name: Bundle
3536
run: |
3637
sudo apt-get install libsqlite3-dev

0 commit comments

Comments
 (0)