Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ANKUR DWIVEDI authored and ANKUR DWIVEDI committed Jan 18, 2024
1 parent 69e28d7 commit 14c30ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gempush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 3.3
- name: Set up Ruby 3.0
uses: ruby/[email protected]
with:
ruby-version: 3.3.0
ruby-version: 3.0.0

- name: Run Test Cases
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 3.3
- name: Set up Ruby 3.0
uses: ruby/[email protected]
with:
ruby-version: 3.3.0
ruby-version: 3.0.0
- name: Build and test with Rake
run: |
gem install bundler
Expand Down

0 comments on commit 14c30ce

Please sign in to comment.