diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b0dd309..49dd53c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,7 +18,7 @@ jobs: run: bundle install --jobs 4 --retry 3 - name: Select Xcode - run: sudo xcode-select -switch /Applications/Xcode_14.2.app + run: sudo xcode-select -switch /Applications/Xcode_14.3.app - name: Build and test run: xcodebuild clean build test -project QuizEngine/QuizEngine.xcodeproj -scheme "CI" -enableCodeCoverage YES diff --git a/README.md b/README.md index afd04e2..43cc800 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Example iOS app with Swift, TDD & Clean Architecture [![Platform](https://img.shields.io/badge/platform-iOS-lightgrey.svg)]()  [![Support](https://img.shields.io/badge/support-iOS%2014.0%2B%20-blue.svg?style=flat)](https://www.apple.com/nl/ios/)  -[![Swift](https://img.shields.io/badge/swift-5.7-orange.svg?style=flat)](https://developer.apple.com/swift/)  +[![Swift](https://img.shields.io/badge/swift-5.8-orange.svg?style=flat)](https://developer.apple.com/swift/)  [![codecov](https://codecov.io/github/programming086/quiz-app/branch/master/graph/badge.svg?token=JLJwZXDY0M)](https://codecov.io/github/programming086/quiz-app)  [![CI](https://github.com/programming086/quiz-app/actions/workflows/CI.yml/badge.svg)](https://github.com/programming086/quiz-app/actions/workflows/CI.yml)