Skip to content

Commit

Permalink
CI: default: added back the build with Ghidra versions from 11.0 to 1…
Browse files Browse the repository at this point in the history
…1.1.2
  • Loading branch information
SmileyAG authored Sep 16, 2024
1 parent 4e9b850 commit a702c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghidra: ${{ fromJSON(format('[{0}]', inputs.ghidra_version || '"latest"')) }}
ghidra: ${{ fromJSON(format('[{0}]', inputs.ghidra_version || '"latest","11.1.2","11.1.1","11.1","11.0.3","11.0.2","11.0.1","11.0"')) }}

steps:
- name: Clone Repository
Expand Down

0 comments on commit a702c12

Please sign in to comment.