Skip to content

Commit

Permalink
ci: add latest ghidra version
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam authored and CreepNT committed Oct 27, 2024
1 parent 2b60c34 commit b195d78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
strategy:
matrix:
ghidra:
- "11.2"
- "11.1.2"
- "11.0.3"
- "10.4"
Expand All @@ -21,11 +22,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up JDK 17
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: ${{ matrix.ghidra <= '11.1.2' && '17' || '21' }}

- name: Install Ghidra
uses: antoniovazquezblanco/[email protected]
Expand Down

0 comments on commit b195d78

Please sign in to comment.