Skip to content

Commit

Permalink
Use Ruby 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tapan-sh committed Jun 18, 2024
1 parent 34721e2 commit 4dd4867
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: '3.2'
ruby-version: '3.2.0'
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: '3.2'
ruby-version: '3.2.0'
bundler-cache: true
- name: Clear any existing packages
run: rm -f $GEMS_PATH
Expand Down

0 comments on commit 4dd4867

Please sign in to comment.