Skip to content

Commit

Permalink
Update format config and workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklockwood committed Jul 13, 2024
1 parent 2f4ebfc commit 5fa69da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
xcode: ["14.2.0", "13.4.1"]
xcode: ["15.3", "14.2"]
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
swift: ["5.7", "5.6", "5.5", "5.2"]
swift: ["5.10", "5.2"]
container:
image: swift:${{ matrix.swift }}
options: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --security-opt apparmor=unconfined
Expand Down
2 changes: 2 additions & 0 deletions .swiftformat
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
--hexgrouping ignore
--decimalgrouping ignore
--enable isEmpty
--disable blankLineAfterImports

--exclude Tests/XCTestManifests.swift

0 comments on commit 5fa69da

Please sign in to comment.