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 93c972b commit 69e28d7
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 2.6
- name: Set up Ruby 3.3
uses: ruby/[email protected]
with:
ruby-version: 2.6.5
ruby-version: 3.3.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 2.6
- name: Set up Ruby 3.3
uses: ruby/[email protected]
with:
ruby-version: 2.6.5
ruby-version: 3.3.0
- name: Build and test with Rake
run: |
gem install bundler
Expand Down

0 comments on commit 69e28d7

Please sign in to comment.