Skip to content

Commit a9e2c5a

Browse files
committed
chore: add ruby 3.4.1 to gh unit test versions
1 parent b6873b8 commit a9e2c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
ruby-version: [ '3.2.0', '3.3.0' ]
18+
ruby-version: [ '3.2.0', '3.3.0', '3.4.1' ]
1919
env:
2020
DEVCYCLE_SERVER_SDK_KEY: dvc_server_token_hash
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Set up Ruby
24-
uses: ruby/setup-ruby@v1.187.0
24+
uses: ruby/setup-ruby@v1.264.0
2525
with:
2626
ruby-version: ${{ matrix.ruby-version }}
2727
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)