Skip to content

Commit

Permalink
Update Supported Swift Versions (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim authored May 16, 2022
1 parent 673a8fc commit a9345eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 22 deletions.
27 changes: 6 additions & 21 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,10 @@ on:
pull_request:
push:
branches:
- master
- main
jobs:
linux:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
image:
# 5.2 Stable
- swift:5.2
- swift:5.3
- swift:5.4
- swift:5.5
container: ${{ matrix.image }}
steps:
- uses: actions/checkout@v2
- run: swift test --enable-test-discovery --sanitize=thread
macOS:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: swift test --enable-test-discovery --sanitize=thread
unit-tests:
uses: vapor/ci/.github/workflows/run-unit-tests.yml@reusable-workflows
with:
with_coverage: false
with_tsan: true
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.2
// swift-tools-version:5.4
import PackageDescription

let package = Package(
Expand Down

0 comments on commit a9345eb

Please sign in to comment.