Skip to content

Commit

Permalink
Add 10.0.3
Browse files Browse the repository at this point in the history
Fixed #13
  • Loading branch information
TorgoTorgo committed Sep 26, 2021
1 parent 030df92 commit b575f81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
fail-fast: false
matrix:
ghidra-version:
- '10.0.3'
- '10.0.2'
- '10.0.1'
- '10.0'
Expand Down
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ variables:
paths:
- FindCrypt/dist/*.zip

Ghidra 10.0.3:
extends: .build
variables:
GHIDRA_VERSION: "10.0.3"

Ghidra 10.0.2:
extends: .build
variables:
Expand Down

0 comments on commit b575f81

Please sign in to comment.