Skip to content

Commit cc6db27

Browse files
authored
[EDR Workflows] Bring back 8.11.0 agent (#169335)
1 parent e25ae7b commit cc6db27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/test/osquery_cypress/artifact_manager.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
*/
77

88
export async function getLatestVersion(): Promise<string> {
9-
// temporary solution until newer agents work fine with Docker
10-
return '8.10.4';
9+
return '8.11.0-SNAPSHOT';
1110
}

0 commit comments

Comments
 (0)