We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf24e71 commit 481c839Copy full SHA for 481c839
pkg/parser/validate/executor.go
@@ -39,6 +39,8 @@ func (val Validate) validateSingleExecutor(executor ast.Executor) {
39
// MacOSExecutor
40
41
var ValidXCodeVersions = []string{
42
+ "15.3.0",
43
+ "15.2.0",
44
"15.1.0",
45
"15.0.0",
46
"14.3.1",
0 commit comments