We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417a73d commit 07b98b2Copy full SHA for 07b98b2
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- ghidra: ${{ fromJSON(format('[{0}]', inputs.ghidra_version || '"latest","11.2.1","11.2","11.1.2","11.1.1","11.1","11.0.3","11.0.2","11.0.1","11.0"')) }}
+ ghidra: ${{ fromJSON(format('[{0}]', inputs.ghidra_version || '"latest","11.4.2","11.4.1","11.4","11.3.2","11.3.1","11.3","11.2.1","11.2","11.1.2","11.1.1","11.1","11.0.3","11.0.2","11.0.1","11.0"')) }}
24
25
steps:
26
- name: Clone Repository
0 commit comments