Skip to content

Support swift 5.9 with minimum 5.5 compatibility. #55

Support swift 5.9 with minimum 5.5 compatibility.

Support swift 5.9 with minimum 5.5 compatibility. #55

Workflow file for this run

name: Main
on:
push:
pull_request:
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v