Skip to content

Commit

Permalink
ci(e2e-test): fix matrix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Ritter committed Nov 30, 2024
1 parent 4f0821a commit d45a21b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/e2e-test-fusionauth-latest-ios-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
os: [ "macos-14" ]
postgresql-version: [ "16" ]
include:
- destination: [ "platform=iOS Simulator,OS=18.1,name=iPhone 15" ]
xcode: [ "15.4" ]
simulator-platform: [ "iOS" ]
simulator-version: [ "18.1" ]
swift: [ "5.10.1" ]
os: [ "macos-14" ]
postgresql-version: [ "16" ]
- destination: "platform=iOS Simulator,OS=18.1,name=iPhone 15"
xcode: "15.4"
simulator-platform: "iOS"
simulator-version: "18.1"
swift: "5.10.1"
os: "macos-14"
postgresql-version: "16"
- destination: "platform=iOS Simulator,OS=17.5,name=iPhone 15"
xcode: "15.4"
simulator-platform: "iOS"
Expand Down

0 comments on commit d45a21b

Please sign in to comment.