Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Added the NIO sufix #293

Added the NIO sufix

Added the NIO sufix #293

Workflow file for this run

name: Swift
on:
pull_request:
branches: [main]
paths:
- 'Package.swift'
- 'Sources/**'
- 'Tests/**'
- '.github/workflows/swift.yml'
jobs:
swift:
strategy:
fail-fast: false
matrix:
platform: [macOS-latest, ubuntu-latest]
swift-version: [5.7.2, 5.8, 5.9]
uses: request-dl/.github/.github/workflows/swift.yml@main
with:
swift-version: ${{ matrix.swift-version }}
platform: ${{ matrix.platform }}