Skip to content

Update GHA workflows to test against 6.4 nightlies. (#1763) #285

Update GHA workflows to test against 6.4 nightlies. (#1763)

Update GHA workflows to test against 6.4 nightlies. (#1763) #285

name: main branch, 6.4 toolchain
permissions:
contents: read
on:
push:
branches:
- 'main'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
name: Test
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.12
with:
linux_swift_versions: '["nightly-6.4.x"]'
linux_os_versions: '["jammy"]'
linux_static_sdk_versions: '["nightly-6.4.x"]'
windows_swift_versions: '["nightly-6.4.x"]'
enable_macos_checks: true
macos_xcode_versions: '["swift_6.4"]'
enable_wasm_sdk_build: true
wasm_sdk_versions: '["nightly-6.4.x"]'
enable_android_sdk_build: true
android_sdk_versions: '["nightly-6.4.x"]'
android_ndk_versions: '["r28c", "r29"]'
android_sdk_triples: '["aarch64-unknown-linux-android33", "x86_64-unknown-linux-android28"]'
# enable_freebsd_checks: true
# freebsd_swift_versions: '["nightly-6.4.x"]'
# freebsd_os_versions: '["14.3"]'