Skip to content

Commit

Permalink
Introduces Swift 5.9 in CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
stevapple committed Oct 2, 2023
1 parent c448787 commit 090e0fb
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,26 @@ jobs:
fail-fast: false
matrix:
os:
- macos-11
- macos-12
- ubuntu-20.04
- ubuntu-22.04
swift:
- '5.5'
- '5.6'
- '5.7'
- '5.8'
exclude:
- '5.9'
include:
- os: macos-11
swift: '5.8'
- os: macos-12
swift: '5.5'
- os: macos-12
swift: '5.6'
- os: macos-12
swift: '5.7'
- os: macos-13
swift: '5.8'
- os: macos-13
swift: '5.9'
exclude:
- os: ubuntu-22.04
swift: '5.5'
- os: ubuntu-22.04
Expand Down

0 comments on commit 090e0fb

Please sign in to comment.