-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ANKUR DWIVEDI
authored and
ANKUR DWIVEDI
committed
Jan 18, 2024
1 parent
93c972b
commit 69e28d7
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|