Skip to content

Commit d4020ad

Browse files
committed
Revert "workflows/code.yml: list ruby version to 2.5"
This reverts commit 509c2ad. Signed-off-by: Philip Li <philip.li@intel.com>
1 parent 6dc59fc commit d4020ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
ruby-version: ['2.5']
25+
ruby-version: ['2.5', '2.6', '2.7', '3.0']
2626

2727
steps:
2828
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)