Skip to content

Commit b24b96e

Browse files
committed
feat(PLU-211): add support for Ghidra 11.4.3
1 parent 632aa76 commit b24b96e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16+
- ghidra: "11.4.3"
17+
java: "21"
18+
- ghidra: "11.4.2"
19+
java: "21"
1620
- ghidra: "11.4.1"
1721
java: "21"
1822
- ghidra: "11.4"

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
include:
18+
- ghidra: "11.4.3"
19+
java: "21"
1820
- ghidra: "11.4.2"
1921
java: "21"
2022
- ghidra: "11.4.1"

0 commit comments

Comments
 (0)