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.
2 parents ff0703d + 19799ef commit 0d717cfCopy full SHA for 0d717cf
azure-pipelines.yml
@@ -9,7 +9,7 @@ schedules:
9
# I wish there was a better way of doing this but shields.io removed their
10
# filter support for json path queries
11
variables:
12
- latest_ghidra: '11.2.1'
+ latest_ghidra: '11.3'
13
14
jobs:
15
- job: Build_Ghidra_Plugin
@@ -64,6 +64,10 @@ jobs:
64
ghidraUrl: "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.2.1_build/ghidra_11.2.1_PUBLIC_20241105.zip"
65
ghidraVersion: "11.2.1"
66
useJava21: true
67
+ ghidra113:
68
+ ghidraUrl: "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.3_build/ghidra_11.3_PUBLIC_20250205.zip"
69
+ ghidraVersion: "11.3"
70
+ useJava21: true
71
pool:
72
vmImage: 'Ubuntu-22.04'
73
steps:
0 commit comments