Skip to content

Commit

Permalink
Run build for Swift 5.9, 5.10 and 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Nov 1, 2024
1 parent c1d16c7 commit 24a24fb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ jobs:
strategy:
fail-fast: false
matrix:
swift: ['swift6', 'swift5']
swift: ['swift6.0', 'swift5.10', 'swift5.9']
include:
- swift: 'swift6'
- swift: 'swift6.0'
xcode-path: '/Applications/Xcode_16.0.0.app'
macos: 'macos-15'
- swift: 'swift5'
- swift: 'swift5.10'
xcode-path: '/Applications/Xcode_15.4.0.app'
macos: 'macos-14'
- swift: 'swift5.9'
xcode-path: '/Applications/Xcode_15.2.0.app'
macos: 'macos-14'

env:
DEVELOPER_DIR: ${{ matrix.xcode-path }}
Expand Down

0 comments on commit 24a24fb

Please sign in to comment.