Skip to content

Commit f21ea27

Browse files
committed
Updated the unit.yml
Signed-off-by: Ashique Saidalavi <[email protected]>
1 parent 7195725 commit f21ea27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- uses: actions/checkout@v2
18-
- name: Set up ruby 3.1
18+
- name: Set up Ruby 3.4
1919
uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: 3.1
21+
ruby-version: 3.4
2222
bundler-cache: true
2323
- name: run specs
2424
run: bundle exec rake spec --trace

0 commit comments

Comments
 (0)