Use Ruby 2.x

8b75b3d · Jonathan Clem · 2019-08-28 21:27

3 files +1 -1

Files changed

modified .github/workflows/licensed.yml
+1 −1
@@ -12,6 +12,6 @@ jobs:
12 12 steps:
13 13 - uses: actions/checkout@v1.0.0
14 14 - uses: actions/setup-ruby@v1.0.2
15 with: {ruby-version: 3.x}
15 + with: {ruby-version: 2.x}
16 16 - run: gem install licensed
17 17 - run: licensed status

Parents: c8c376e