Skip to content

Commit

Permalink
Support Swift 6 in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alicerunsonfedora committed Jan 11, 2025
1 parent 026207f commit 67f2e6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: k-arindam/setup-swift@v6.0.0
with:
swift-version: 6.0
- name: Build
run: swift build -v
- name: Run tests
Expand Down

0 comments on commit 67f2e6a

Please sign in to comment.