Skip to content

Commit

Permalink
Add swift 5.10 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
christophhagen committed Apr 3, 2024
1 parent 740e823 commit 4964c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
swift: ["5.7", "5.8", "5.9"]
swift: ["5.7", "5.8", "5.9", "5.10"]
runs-on: ${{ matrix.os }}
steps:
- name: Setup Swift
Expand Down

0 comments on commit 4964c8b

Please sign in to comment.