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 b6873b8 commit a9e2c5aCopy full SHA for a9e2c5a
.github/workflows/unit-tests.yaml
@@ -15,13 +15,13 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- ruby-version: [ '3.2.0', '3.3.0' ]
+ ruby-version: [ '3.2.0', '3.3.0', '3.4.1' ]
19
env:
20
DEVCYCLE_SERVER_SDK_KEY: dvc_server_token_hash
21
steps:
22
- uses: actions/checkout@v4
23
- name: Set up Ruby
24
- uses: ruby/setup-ruby@v1.187.0
+ uses: ruby/setup-ruby@v1.264.0
25
with:
26
ruby-version: ${{ matrix.ruby-version }}
27
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
0 commit comments