Skip to content

Commit

Permalink
Bump Ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
tapan-sh committed Jun 17, 2024
1 parent 17e4cca commit 7beffa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.2'
bundler-cache: true

- name: Export ENV
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.2'
bundler-cache: true
- name: Clear any existing packages
run: rm -f $GEMS_PATH
Expand Down

0 comments on commit 7beffa6

Please sign in to comment.