Skip to content

Commit

Permalink
Chore: test on Swift 5.10.1 on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeger authored Sep 30, 2024
1 parent bf995f5 commit 7e9ddc6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: swift-actions/setup-swift@v2
with:
swift-version: "5.10.1"
- name: Get swift version
run: swift --version # Swift 5.1.0
- name: Prepare Git
run: git config --global user.email "[email protected]" && git config --global user.name "Test User"
- name: Run tests
Expand Down

0 comments on commit 7e9ddc6

Please sign in to comment.