Skip to content

Commit

Permalink
chore: Update swift version from 5.5 to 5.8 (#43)
Browse files Browse the repository at this point in the history
* chore: Update swift version from 5.5 to 5.8
* chore: Update GA from swift v5.8.1 to v5.8
  • Loading branch information
polok authored Oct 3, 2023
1 parent 91ae4d2 commit d5d9844
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
with:
swift-version: "5.8"
- name: Build
run: swift build -v
- name: Run unit tests
Expand Down
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.5
5.8

0 comments on commit d5d9844

Please sign in to comment.