Skip to content

Commit

Permalink
Update Supported Swift Versions (#111)
Browse files Browse the repository at this point in the history
* Update tools versions

* Update CI

* Trigger CI
  • Loading branch information
0xTim authored Aug 2, 2022
1 parent d7e5cec commit eab1970
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 deletions.
24 changes: 5 additions & 19 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,8 @@ name: test
on: { pull_request: {} }

jobs:
getcidata:
runs-on: ubuntu-latest
outputs:
environments: ${{ steps.output.outputs.environments }}
steps:
- id: output
run: |
envblob="$(curl -fsSL https://raw.githubusercontent.com/vapor/ci/main/pr-environments.json | jq -cMj '.')"
echo "::set-output name=environments::${envblob}"
test-queues:
runs-on: ubuntu-latest
container: swiftlang/swift:nightly-5.5-focal
steps:
- name: Check out Queues
uses: actions/checkout@v2
- name: Run tests with Thread Sanitizer
timeout-minutes: 30
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 eab1970

Please sign in to comment.