Skip to content

Commit

Permalink
fix: specified correct ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
YegorZh committed Dec 4, 2024
1 parent 6043579 commit 154c3fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
with:
ruby-version: "3.3.6"
ruby-version: "3.2.0"

- name: Install dependencies
uses: gradle/gradle-build-action@v2
uses: bundle install

- name: Execute tests
run: bundle exec rspec
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-gem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
with:
ruby-version: "3.3.6"
ruby-version: "3.2.0"

- name: Install dependencies
uses: bundle install
Expand Down

0 comments on commit 154c3fd

Please sign in to comment.