Skip to content

Commit 057ddac

Browse files
authored
Add ruby 2.7 to testing matrix (#53)
* Add ruby 2.7 to testing matrix * Adjust build message to show version in summary
1 parent 5558931 commit 057ddac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
ruby: ['2.4', '2.5', '2.6.x', '2.x']
11-
name: Test gem in ruby version ${{ matrix.ruby }}
10+
ruby: ['2.4', '2.5', '2.6', '2.7.x', '2.x']
11+
name: Test ruby v${{ matrix.ruby }} support
1212
steps:
1313
- uses: actions/checkout@v1
1414
- name: Set up Ruby ${{ matrix.ruby }}

0 commit comments

Comments
 (0)