Skip to content

Commit

Permalink
Swift 5.8 (#77)
Browse files Browse the repository at this point in the history
* Swift 5.8 Support

* wip

* wip

* wip

* wip

* wip

* Simplify

* Bump
  • Loading branch information
stephencelis committed Mar 31, 2023
1 parent 9294f32 commit 5d92962
Show file tree
Hide file tree
Showing 22 changed files with 186 additions and 554 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ on:

jobs:
macos_tests:
runs-on: macos-11
runs-on: macos-12
strategy:
matrix:
xcode:
- "13.2.1" # Swift 5.5
- "14.2" # Swift 5.7.2
command:
- test
- benchmarks
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Select Xcode ${{ matrix.xcode }}
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
- name: System
Expand All @@ -31,22 +31,13 @@ jobs:
ubuntu_tests:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
os: [ubuntu-20.04]

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

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build
run: swift build
- name: Run tests
run: swift test

windows_tests:
runs-on: windows-2019

steps:
- uses: actions/checkout@v2
- uses: MaxDesiatov/swift-windows-action@v1
with:
swift-version: "5.5.1"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store
/.build
/.swiftpm
/Packages
/*.xcodeproj
xcuserdata/
7 changes: 0 additions & 7 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

This file was deleted.

128 changes: 0 additions & 128 deletions .swiftpm/xcode/xcshareddata/xcschemes/URLRouting-Package.xcscheme

This file was deleted.

77 changes: 0 additions & 77 deletions .swiftpm/xcode/xcshareddata/xcschemes/URLRouting.xcscheme

This file was deleted.

This file was deleted.

0 comments on commit 5d92962

Please sign in to comment.