Skip to content

Commit 407c08a

Browse files
committed
Try to fix manual-integration-tests workflow
1 parent 1ad4d24 commit 407c08a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/manual-integration-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
key: ${{ runner.os }}-${{ hashFiles('pmdtester.gemspec') }}
1919
restore-keys: |
2020
${{ runner.os }}-
21+
- name: Set up Ruby 2.7
22+
uses: ruby/setup-ruby@v1
23+
with:
24+
ruby-version: 2.7
2125
- name: Setup Environment
2226
shell: bash
2327
run: |

0 commit comments

Comments
 (0)