Skip to content

Commit

Permalink
Added Swift 6 to GHA Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yakovmanshin committed Sep 18, 2024
1 parent 9d3ab59 commit b5019a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ jobs:
runs-on: ${{ matrix.OS }}
strategy:
matrix:
SWIFT_VERSION: ["5.10", "5.9"]
SWIFT_VERSION: ["6.0", "5.10", "5.9"]
include:
- SWIFT_VERSION: "6.0"
OS: macos-14
XCODE_APP_NAME: "Xcode_16.0"
- SWIFT_VERSION: "5.10"
OS: macos-14
XCODE_APP_NAME: "Xcode_15.3"
Expand Down

0 comments on commit b5019a2

Please sign in to comment.