Skip to content

Commit

Permalink
Add Swift 5.9 to GitHub workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscbyspro committed Oct 12, 2023
1 parent 9f220d2 commit f8b570d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests-on-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
element:
- swift: '5.7'
- swift: '5.8'
- swift: '5.9'

runs-on: ubuntu-latest
container:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run-tests-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
machine: macos-12
- xcode: '14.3'
machine: macos-13
- xcode: '15.0'
machine: macos-14

runs-on: ${{ matrix.element.machine }}

Expand Down

0 comments on commit f8b570d

Please sign in to comment.