Skip to content

Commit

Permalink
Add Xcode 15/Swift 5.9 test strategy to workflow
Browse files Browse the repository at this point in the history
feature/strict-concurrency-checking
  • Loading branch information
roanutil committed Oct 5, 2023
1 parent 4fbc6a7 commit 8171c89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
xcode: 14.2 # Swift 5.7
- os: macos-13
xcode: 14.3 # Swift 5.8
- os: macos-13
xcode: '15.0' # Swift 5.9
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8171c89

Please sign in to comment.