Skip to content

Commit

Permalink
Add Swift 6.0 to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiu committed Sep 18, 2024
1 parent 5c4bc08 commit 62d7d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
swift: ['5.8', '5.9', '5.10']
swift: ['5.8', '5.9', '5.10', '6.0']

steps:
- name: Checkout
Expand Down

0 comments on commit 62d7d2e

Please sign in to comment.