Skip to content

Commit

Permalink
Add Xcode 16 to PR testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Jun 18, 2024
1 parent 5944cb0 commit e7e6fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pr-ci-matrix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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(15.1 15.2 15.3 15.4)
XCODE_VERSIONS = %w(15.1 15.2 15.3 15.4 16\ beta)

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

0 comments on commit e7e6fad

Please sign in to comment.