From 65242d29902921c6f78d767cfd3f23205fb06e8f Mon Sep 17 00:00:00 2001 From: clearbluejar <3752074+clearbluejar@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:49:48 -0400 Subject: [PATCH] adding more ghidra versions for test --- .github/workflows/pytest-devcontainer.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest-devcontainer.yml b/.github/workflows/pytest-devcontainer.yml index 8eee882..c6deefe 100644 --- a/.github/workflows/pytest-devcontainer.yml +++ b/.github/workflows/pytest-devcontainer.yml @@ -6,6 +6,9 @@ name: Pytest Python Package In Devcontainer on: push: branches: [ "main" ] + paths: + - 'ghidriff/**' + - 'tests/**' pull_request: branches: [ "main" ] workflow_dispatch: @@ -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