Skip to content

Commit 0d717cf

Browse files
authored
Merge pull request #39 from edmcman/edmcman-patch-1
Ghidra 11.3
2 parents ff0703d + 19799ef commit 0d717cf

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.1'
12+
latest_ghidra: '11.3'
1313

1414
jobs:
1515
- job: Build_Ghidra_Plugin
@@ -64,6 +64,10 @@ jobs:
6464
ghidraUrl: "https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.2.1_build/ghidra_11.2.1_PUBLIC_20241105.zip"
6565
ghidraVersion: "11.2.1"
6666
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
6771
pool:
6872
vmImage: 'Ubuntu-22.04'
6973
steps:

0 commit comments

Comments
 (0)