Skip to content

Commit

Permalink
Run tests on Xcode 15.0.1 and 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liamnichols committed Jan 26, 2024
1 parent 6e81e6c commit c5083a6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@ jobs:
fail-fast: false
matrix:
xcode:
# - "15.0"
- "15.2"
- "15.0.1"
- "14.3.1"
- "14.1"
include:
# - xcode: "15.0"
# macos: macOS-13
# destination: "platform=iOS Simulator,name=iPhone 14,OS=17.0"
- xcode: "15.2"
macos: macOS-13
destination: "platform=iOS Simulator,name=iPhone 14,OS=17.2"
- xcode: "15.0.1"
macos: macOS-13
destination: "platform=iOS Simulator,name=iPhone 14,OS=17.0.1"
- xcode: "14.3.1"
macos: macOS-13
destination: "platform=iOS Simulator,name=iPhone 14,OS=16.4"
Expand Down

0 comments on commit c5083a6

Please sign in to comment.