Skip to content

Commit 6537b77

Browse files
committed
Merge remote-tracking branch 'adangel/gh-actions-ruby' into src-subpath
2 parents 7c6956f + bf5ee80 commit 6537b77

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
key: ${{ runner.os }}-${{ hashFiles('pmdtester.gemspec') }}
3131
restore-keys: |
3232
${{ runner.os }}-
33+
- name: Set up Ruby 2.7
34+
uses: ruby/setup-ruby@v1
35+
with:
36+
ruby-version: 2.7
3337
- name: Setup Environment
3438
shell: bash
3539
run: |

0 commit comments

Comments
 (0)