We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30bfd5b commit e5be70bCopy full SHA for e5be70b
.github/workflows/ci.yml
@@ -9,8 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
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']
+ ruby-version: ['2.7', '3.1.0','head'] # test only recommend Ruby version (and stable version on the gitaction server)
14
steps:
15
- uses: actions/checkout@v3
16
- name: Set up Ruby ${{ matrix.ruby-version }}
0 commit comments