Skip to content

Commit fced322

Browse files
authored
Merge pull request #1317 from marcogregorius/patch-1
Test Cluster against multiple Ruby versions
2 parents 0ac1853 + 9d1367b commit fced322

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ jobs:
217217
timeout-minutes: 15
218218
strategy:
219219
fail-fast: false
220+
matrix:
221+
ruby: ["3.4", "3.3", "3.2", "3.1", "3.0", "2.7"]
220222
runs-on: ubuntu-latest
221223
env:
222224
TIMEOUT: "15"
@@ -235,7 +237,7 @@ jobs:
235237
- name: Set up Ruby
236238
uses: ruby/setup-ruby@v1
237239
with:
238-
ruby-version: "2.7"
240+
ruby-version: ${{ matrix.ruby }}
239241
bundler-cache: true
240242
- name: Cache local temporary directory
241243
uses: actions/cache@v4

0 commit comments

Comments
 (0)