Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Mar 12, 2024
1 parent 707ee19 commit 1f31a07
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
strategy:
matrix:
swift:
- 5.7
- 5.8
- 5.10
steps:
- uses: actions/checkout@v4
- name: Run tests
Expand All @@ -82,8 +81,8 @@ jobs:
steps:
- uses: compnerd/gha-setup-swift@main
with:
branch: swift-5.9.2-release
tag: 5.9.2-RELEASE
branch: swift-5.10-release
tag: 5.10-RELEASE
- uses: actions/checkout@v4
- name: Build All Configurations
run: swift build -c ${{ matrix.config }}
Expand Down

0 comments on commit 1f31a07

Please sign in to comment.