Skip to content

Commit 8352599

Browse files
authored
Merge pull request #33 from edmcman/ghidra-11.2.1
Ghidra 11.2.1 support
2 parents 14fa0ea + d54d497 commit 8352599

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 1 deletion
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.2'
12+
latest_ghidra: '11.2.1'
1313

1414
jobs:
1515
- job: Build_Ghidra_Plugin
@@ -60,6 +60,10 @@ jobs:
6060
ghidraUrl: "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.2_build/ghidra_11.2_PUBLIC_20240926.zip"
6161
ghidraVersion: "11.2"
6262
useJava21: true
63+
ghidra1121:
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
6367
pool:
6468
vmImage: 'Ubuntu-22.04'
6569
steps:

0 commit comments

Comments
 (0)