Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Matejkob authored Oct 5, 2024
1 parent 9401500 commit bd330b1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
strategy:
matrix:
xcode:
- '16.0'
- '15.4'
- '15.0'
package:
- 'main'
- 'Examples'
Expand Down Expand Up @@ -57,6 +57,7 @@ jobs:
strategy:
matrix:
swift:
- '6.0'
- '5.10'
- '5.9'
package:
Expand Down Expand Up @@ -86,6 +87,7 @@ jobs:
strategy:
matrix:
swift:
- '6.0'
- '5.10'
- '5.9.1' # Macros has been added to Swift on Windows in 5.9.1 version
package:
Expand All @@ -112,8 +114,8 @@ jobs:
run: swift build

# Looks like tests don't work on Windows
# - name: Run tests
# run: swift test
- name: Run tests
run: swift test

code-coverage:
name: Gather Code Coverage
Expand Down

0 comments on commit bd330b1

Please sign in to comment.