Skip to content

Commit 9c9ae1d

Browse files
Drop Swift 5.7 support
Swift 5.7 doesn't support short-circuit evaluation in `#if` conditions
1 parent 888de17 commit 9c9ae1d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
- { os: ubuntu-22.04, toolchain: wasm-5.10.0-RELEASE, wasi-backend: Node }
1818

1919
# Ensure that test succeeds with all toolchains and wasi backend combinations
20-
- { os: ubuntu-20.04, toolchain: wasm-5.7.3-RELEASE, wasi-backend: Node }
2120
- { os: ubuntu-20.04, toolchain: wasm-5.8.0-RELEASE, wasi-backend: Node }
22-
- { os: ubuntu-20.04, toolchain: wasm-5.7.3-RELEASE, wasi-backend: MicroWASI }
21+
- { os: ubuntu-20.04, toolchain: wasm-5.10.0-RELEASE, wasi-backend: Node }
2322
- { os: ubuntu-20.04, toolchain: wasm-5.8.0-RELEASE, wasi-backend: MicroWASI }
2423
- { os: ubuntu-20.04, toolchain: wasm-5.9.1-RELEASE, wasi-backend: MicroWASI }
24+
- { os: ubuntu-20.04, toolchain: wasm-5.10.0-RELEASE, wasi-backend: MicroWASI }
2525
- os: ubuntu-22.04
2626
toolchain: DEVELOPMENT-SNAPSHOT-2024-05-01-a
2727
swift-sdk:
@@ -76,8 +76,6 @@ jobs:
7676
strategy:
7777
matrix:
7878
include:
79-
- os: macos-12
80-
xcode: Xcode_14.0
8179
- os: macos-13
8280
xcode: Xcode_14.3
8381
- os: macos-14

0 commit comments

Comments
 (0)