Skip to content

Commit b1c30c8

Browse files
author
Cosima Radu
committed
Update Ruby version in GitHub Actions workflow from 2.4 to 2.7
1 parent 77b05e8 commit b1c30c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v3
2222
- uses: ruby/setup-ruby@v1
2323
with:
24-
ruby-version: 2.4
24+
ruby-version: 2.7
2525
bundler-cache: true
2626

2727
- name: Run tests

0 commit comments

Comments
 (0)