Skip to content

Commit 82b1686

Browse files
authored
Fix ruby version not found. (#414)
* Fix ruby version for Danger not found. * Update ruby for Danger to 2.7.8. * Also update ruby for XCTests jobs to 2.7.8
1 parent 4b85958 commit 82b1686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: ruby/setup-ruby@v1
1919
with:
2020
bundler-cache: true
21-
ruby-version: 2.6.3
21+
ruby-version: 2.7.8
2222

2323
- uses: MeilCli/danger-action@v5
2424
with:
@@ -56,7 +56,7 @@ jobs:
5656
- uses: ruby/setup-ruby@v1
5757
with:
5858
bundler-cache: true
59-
ruby-version: 2.6.3
59+
ruby-version: 2.7.8
6060

6161
- name: xcodebuild
6262
run: set -o pipefail && xcodebuild -scheme DeviceKit -destination "${{ matrix.platform }}" -configuration Debug ONLY_ACTIVE_ARCH=YES -enableCodeCoverage YES test

0 commit comments

Comments
 (0)