Skip to content

Commit 14aec38

Browse files
committed
Update swift-tools-version to reflect the supported Swift versions
1 parent f723f9f commit 14aec38

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

Diff for: .github/workflows/compatibility.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
with:
1414
fetch-depth: 1
1515
- uses: swiftwasm/setup-swiftwasm@v1
16+
with:
17+
swift-version: wasm-5.9.1-RELEASE
1618
- name: Run Test
1719
run: |
1820
set -eux

Diff for: .github/workflows/perf.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
with:
1212
fetch-depth: 1
1313
- uses: swiftwasm/setup-swiftwasm@v1
14+
with:
15+
swift-version: wasm-5.9.1-RELEASE
1416
- name: Run Benchmark
1517
run: |
1618
make bootstrap

Diff for: .github/workflows/test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ jobs:
5757
strategy:
5858
matrix:
5959
include:
60-
- os: macos-12
61-
xcode: Xcode_13.3
6260
- os: macos-12
6361
xcode: Xcode_14.0
6462
- os: macos-13

Diff for: Example/JavaScriptKitExample/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.2
1+
// swift-tools-version:5.7
22

33
import PackageDescription
44

Diff for: IntegrationTests/TestSuites/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.2
1+
// swift-tools-version:5.7
22

33
import PackageDescription
44

Diff for: Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.3
1+
// swift-tools-version:5.7
22

33
import PackageDescription
44

0 commit comments

Comments
 (0)