Skip to content

Commit

Permalink
Update Ruby version to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aliariff committed Feb 11, 2024
1 parent d6128a2 commit 79a27ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
ruby-version: "2.7"
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Install dependencies
run: |
Expand Down

0 comments on commit 79a27ad

Please sign in to comment.