Skip to content

Commit

Permalink
Ghidra 11.2 (#38)
Browse files Browse the repository at this point in the history
* Ghidra 11.2

* Update gradle
  • Loading branch information
clienthax authored Oct 11, 2024
1 parent 137d8dc commit 3794e27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghidra: ['11.0', '11.0.1', '11.0.2', '11.0.3', '11.1', '11.1.1', '11.1.2']
java: ['17']
ghidra: ['11.2']
java: ['21']

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
Expand Down

0 comments on commit 3794e27

Please sign in to comment.