Skip to content

Commit cd077f7

Browse files
committed
update CI configuration to use recommended Ruby versions only
1 parent 3628b8d commit cd077f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
ruby-version: ['2.7.4','3.1.0','head']
12+
ruby-version: ['3.1.0','head'] # test only recommend Ruby version (and stable version on the gitaction server)
13+
# ruby-version: ['2.7.4','3.1.0','head']
1314
steps:
1415
- uses: actions/checkout@v3
1516
- name: Set up Ruby ${{ matrix.ruby-version }}

0 commit comments

Comments
 (0)