Skip to content

Commit

Permalink
Removed Swift 5.9 support, and stopped running the now non-existent t…
Browse files Browse the repository at this point in the history
…ests.

There were never actually any tests - just an empty stub that did nothing.
  • Loading branch information
wadetregaskis authored Jun 12, 2024
1 parent d4c56b2 commit a1a596d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,16 @@ on:

jobs:
build:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
name: Swift on ${{ matrix.os }}

strategy:
matrix:
os: [macos-latest]
swift: ["5.9", "5.10"]

runs-on: ${{ matrix.os }}

steps:
- uses: swift-actions/setup-swift@v2
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v2
- name: Build
run: swift build
- name: Run tests
run: swift test

0 comments on commit a1a596d

Please sign in to comment.