Skip to content

Commit d3745d1

Browse files
CopilotWezSieTato
andcommitted
Fix build failures: update Ruby to 3.2 and SwiftLint to 0.57.0
Co-authored-by: WezSieTato <4258662+WezSieTato@users.noreply.github.com> Agent-Logs-Url: https://github.com/WezSieTato/fastlane-plugin-mint/sessions/6914e0cd-bab5-4796-ad52-ac92bfbc1309
1 parent 96437bc commit d3745d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Ruby
1818
uses: ruby/setup-ruby@v1
1919
with:
20-
ruby-version: 2.6
20+
ruby-version: 3.2
2121
- name: Install dependencies
2222
run: bundle check || bundle install --jobs=4 --retry=3 --path vendor/bundle
2323
- name: Run tests

Mintfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
realm/SwiftLint@0.48.0
1+
realm/SwiftLint@0.57.0

0 commit comments

Comments
 (0)