Skip to content

Commit 9c0d1f7

Browse files
authored
Support Ghidra 11.3.2
1 parent 18d572f commit 9c0d1f7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

azure-pipelines.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ schedules:
99
# I wish there was a better way of doing this but shields.io removed their
1010
# filter support for json path queries
1111
variables:
12-
latest_ghidra: '11.3.1'
12+
latest_ghidra: '11.3.2'
1313

1414
jobs:
1515
- job: Build_Ghidra_Plugin
@@ -72,6 +72,10 @@ jobs:
7272
ghidraUrl: "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.3.1_build/ghidra_11.3.1_PUBLIC_20250219.zip"
7373
ghidraVersion: "11.3.1"
7474
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
7579
pool:
7680
vmImage: 'Ubuntu-22.04'
7781
steps:

0 commit comments

Comments
 (0)