Skip to content

Commit 9854418

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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.0' ]
1919
env:
2020
DEVCYCLE_SERVER_SDK_KEY: dvc_server_token_hash
2121
steps:

0 commit comments

Comments
 (0)