Skip to content

Commit e5be70b

Browse files
committed
update CI configuration to include Ruby 2.7 in the testing matrix
1 parent 30bfd5b commit e5be70b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
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']
12+
ruby-version: ['2.7', '3.1.0','head'] # test only recommend Ruby version (and stable version on the gitaction server)
1413
steps:
1514
- uses: actions/checkout@v3
1615
- name: Set up Ruby ${{ matrix.ruby-version }}

0 commit comments

Comments
 (0)