We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5558931 commit 057ddacCopy full SHA for 057ddac
1 file changed
.github/workflows/build.yml
@@ -7,8 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- ruby: ['2.4', '2.5', '2.6.x', '2.x']
11
- name: Test gem in ruby version ${{ matrix.ruby }}
+ ruby: ['2.4', '2.5', '2.6', '2.7.x', '2.x']
+ name: Test ruby v${{ matrix.ruby }} support
12
steps:
13
- uses: actions/checkout@v1
14
- name: Set up Ruby ${{ matrix.ruby }}
0 commit comments