Skip to content

Restrict support to swift concurrency api to iOS 13.0+ #4

Restrict support to swift concurrency api to iOS 13.0+

Restrict support to swift concurrency api to iOS 13.0+ #4

Workflow file for this run

name: Swift Tests
on:
push:
branches: [ "master" ]
paths-ignore:
- 'README.md'
pull_request:
branches: [ "master" ]
jobs:
tests:
name: Swift ${{ matrix.swift }} on ${{ matrix.platform }}
strategy:
matrix:
platform: ['macOS', 'iOS']
swift: ["5.7", "5.8"]
runs-on: macos-latest
steps:
- name: Repository checkout
uses: actions/checkout@v4
- name: Run swift tests
run: swift test