-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swift Language Support: Drop <5.9, Add 6.0 (#226)
* Swift Language Support: Drop <5.9, Add 6.0 * wip * wip * wip * wip * wip * wip
- Loading branch information
1 parent
1b9fc8f
commit 8d94dcd
Showing
14 changed files
with
99 additions
and
249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
strategy: | ||
matrix: | ||
config: ['debug', 'release'] | ||
xcode: ['14.3.1', '15.4.0'] | ||
xcode: ['15.4'] | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Select Xcode ${{ matrix.xcode }} | ||
|
@@ -34,16 +34,6 @@ jobs: | |
- name: Build for library evolution | ||
run: make build-for-library-evolution | ||
|
||
# integration: | ||
# name: Integration (UI Tests) | ||
# runs-on: macos-13 | ||
# steps: | ||
# - uses: actions/checkout@v4 | ||
# - name: Select Xcode 14.3.1 | ||
# run: sudo xcode-select -s /Applications/Xcode_14.3.1.app | ||
# - name: Run tests | ||
# run: make test-integration | ||
|
||
ubuntu: | ||
strategy: | ||
matrix: | ||
|
@@ -64,19 +54,24 @@ jobs: | |
# runs-on: ubuntu-latest | ||
# steps: | ||
# - uses: actions/checkout@v4 | ||
# - uses: swiftwasm/[email protected] | ||
# - uses: bytecodealliance/actions/wasmtime/setup@v1 | ||
# - uses: swiftwasm/setup-swiftwasm@v1 | ||
# with: | ||
# shell-action: carton test | ||
# swift-version: "wasm-5.9.2-RELEASE" | ||
# - name: Build tests | ||
# run: swift build --triple wasm32-unknown-wasi --build-tests | ||
# - name: Run tests | ||
# run: wasmtime .build/debug/swift-dependenciesPackageTests.wasm | ||
|
||
# windows: | ||
# name: Windows | ||
# runs-on: windows-latest | ||
# steps: | ||
# - uses: compnerd/gha-setup-swift@main | ||
# with: | ||
# branch: swift-5.8-release | ||
# tag: 5.8-RELEASE | ||
|
||
# branch: swift-5.10-release | ||
# tag: 5.10-RELEASE | ||
# | ||
# - uses: actions/checkout@v4 | ||
# - name: Run tests | ||
# run: swift test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.