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 Jun 26, 2024
1 parent 0d47f6d commit 15be06c
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 @@ -10,7 +10,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 15be06c

Please sign in to comment.