Skip to content

Commit

Permalink
Update PR matrix for Xcode 15.2 (#8461)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne authored Jan 12, 2024
1 parent 2943519 commit ec7164b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/pr-ci-matrix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ def action

test_destination = self.destination.test_destination
if test_destination
action['actionType'] = 'TEST'
action['destination'] = 'ANY_MAC'
action['testConfiguration'] = {
action[:actionType] = 'TEST'
action[:destination] = 'ANY_MAC'
action[:testConfiguration] = {
kind: 'USE_SCHEME_SETTINGS',
testPlanName: '',
testDestinations: [test_destination]
Expand All @@ -86,7 +86,7 @@ def action
# because they don't care about Xcode versions, while some others are latest-only
# because they're particularly slow to run.
module Workflows
XCODE_VERSIONS = %w(14.1 14.2 14.3.1 15.0.1 15.1)
XCODE_VERSIONS = %w(14.2 14.3.1 15.1 15.2)

all = ->(v) { true }
latest_only = ->(v) { v == XCODE_VERSIONS.last }
Expand Down

0 comments on commit ec7164b

Please sign in to comment.