Skip to content

Commit

Permalink
Merge branch 'main' into scratch/extend-API
Browse files Browse the repository at this point in the history
  • Loading branch information
4np committed Dec 6, 2024
2 parents af7fa1d + 5721c0b commit c0bf626
Show file tree
Hide file tree
Showing 10 changed files with 180 additions and 156 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Test macOS
runs-on: macOS-latest
env:
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer
strategy:
matrix:
include:
Expand All @@ -37,7 +37,7 @@ jobs:
spm:
name: Test with SPM
runs-on: ubuntu-latest
container: swift:5.6-focal
container: swift:5.10-focal
steps:
- uses: actions/checkout@v2
- name: SPM Test
Expand All @@ -48,8 +48,8 @@ jobs:
strategy:
matrix:
swift_version:
- 5.5.1
- 5.5.2
- "5.10"
- "6.0"
fail-fast: false
container: swift:${{ matrix.swift_version }}-focal
steps:
Expand All @@ -59,15 +59,15 @@ jobs:
swiftformat:
name: Linting
runs-on: ubuntu-latest
container: swift:5.6-focal
container: swift:5.10-focal
steps:
- uses: actions/checkout@v2
- name: Lint
run: swift package plugin --allow-writing-to-package-directory swiftformat --lint
cli_build:
name: Build CLI
runs-on: ubuntu-latest
container: swift:5.7-focal
container: swift:5.10-focal
steps:
- uses: actions/checkout@v2
- name: SPM Test
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
source "https://rubygems.org"

gem "fastlane"
gem "cocoapods"
Loading

0 comments on commit c0bf626

Please sign in to comment.