Skip to content

Commit

Permalink
ci: Adds 6.0 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
NeedleInAJayStack committed Sep 21, 2024
1 parent 1f761df commit 171c5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
swift: ["5.7", "5.8", "5.9", "5.10"]
swift: ["5.7", "5.8", "5.9", "5.10", "6.0"]
steps:
- uses: swift-actions/setup-swift@v2
with:
Expand Down

0 comments on commit 171c5c3

Please sign in to comment.