Skip to content

Commit

Permalink
Parse GeoJSON simplespec, if provided (#27)
Browse files Browse the repository at this point in the history
* Parse GeoJSON simplespec, if provided
* Also test Swift 5.10
  • Loading branch information
nighthawk authored Sep 18, 2024
1 parent 6ca3d13 commit 692a17e
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
swift: ["5.9.1", "5.7.3"]
swift: ["5.10", "5.9", "5.7"]
container:
image: swift:${{ matrix.swift }}
steps:
Expand Down
Loading

0 comments on commit 692a17e

Please sign in to comment.