We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d572f commit 9c0d1f7Copy full SHA for 9c0d1f7
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.3.1'
+ latest_ghidra: '11.3.2'
13
14
jobs:
15
- job: Build_Ghidra_Plugin
@@ -72,6 +72,10 @@ jobs:
72
ghidraUrl: "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.3.1_build/ghidra_11.3.1_PUBLIC_20250219.zip"
73
ghidraVersion: "11.3.1"
74
useJava21: true
75
+ ghidra1132:
76
+ ghidraUrl: "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.3.2_build/ghidra_11.3.2_PUBLIC_20250415.zip"
77
+ ghidraVersion: "11.3.2"
78
+ useJava21: true
79
pool:
80
vmImage: 'Ubuntu-22.04'
81
steps:
0 commit comments