Skip to content

Commit 962e7e5

Browse files
committed
Also support Ghidra 12.0.3
1 parent 9bb5019 commit 962e7e5

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16+
- ghidra: "12.0.3"
17+
- java: "21"
1618
- ghidra: "12.0.2"
1719
java: "21"
1820
- ghidra: "12.0.1"

.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: "12.0.3"
19+
- java: "21"
1820
- ghidra: "12.0.2"
1921
java: "21"
2022
- ghidra: "12.0.1"

0 commit comments

Comments
 (0)