Skip to content

Commit

Permalink
Add build for new Ghidra
Browse files Browse the repository at this point in the history
  • Loading branch information
kotcrab committed Feb 22, 2025
1 parent 053d960 commit 5ecc3e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghidra: [ '11.2', '11.3' ]
ghidra: [ '11.2', '11.3', '11.3.1' ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### Version 21.1
- Added build for Ghidra 11.3.1

#### Version 21
- Added build for Ghidra 11.3
- PPSSPP debugger integration was removed (Ghidra removed the support for it in version 11.3)
Expand Down

0 comments on commit 5ecc3e9

Please sign in to comment.