Skip to content

Commit

Permalink
adding more ghidra versions for test
Browse files Browse the repository at this point in the history
  • Loading branch information
clearbluejar committed Oct 19, 2023
1 parent 6b1836e commit 65242d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pytest-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ name: Pytest Python Package In Devcontainer
on:
push:
branches: [ "main" ]
paths:
- 'ghidriff/**'
- 'tests/**'
pull_request:
branches: [ "main" ]
workflow_dispatch:
Expand All @@ -17,7 +20,8 @@ jobs:
strategy:
fail-fast: false
matrix:
image: ["latest", "10.1.5ghidra3.11python-bookworm"]
# cover the latest and all versions of all subreleases
image: ["latest", "10.4ghidra3.8python-bookworm", "10.3.3ghidra3.10python-bookworm", "10.2.3ghidra3.11python-bookworm", "10.1.5ghidra3.11python-bookworm" ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 65242d2

Please sign in to comment.