From 68404092b532bf83352d10e4b454826d8d4f713e Mon Sep 17 00:00:00 2001 From: "Edward J. Schwartz" Date: Sat, 8 Jun 2024 08:31:29 -0400 Subject: [PATCH] Support for 11.1 --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7fa4228..bb7333e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,6 +40,9 @@ jobs: ghidra1103: ghidraUrl: "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.0.3_build/ghidra_11.0.3_PUBLIC_20240410.zip" ghidraVersion: "11.0.3" + ghidra111: + ghidraUrl: "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.1_build/ghidra_11.1_PUBLIC_20240607.zip" + ghidraVersion: "11.1" latest: true pool: vmImage: 'Ubuntu-22.04'