Skip to content

Commit

Permalink
add latest images to pypi test
Browse files Browse the repository at this point in the history
  • Loading branch information
clearbluejar committed Jan 4, 2024
1 parent 011a7c9 commit e24ef3f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/pytest-devcontainer-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,16 @@ jobs:
fail-fast: false
matrix:
# cover the latest and all versions of all subreleases
# add "latest" when jpype is update for python 3.12
image: ["10.4ghidra3.11python-bookworm","10.4ghidra3.9python-bookworm", "10.3.3ghidra3.10python-bookworm", "10.2.3ghidra3.11python-bookworm", "10.1.5ghidra3.11python-bookworm" ]

image: [
"latest",
"11.0ghidra3.12python-bookworm",
"11.0ghidra3.11python-bookworm",
"10.4ghidra3.11python-bookworm",
"10.4ghidra3.9python-bookworm",
"10.3.3ghidra3.10python-bookworm",
"10.2.3ghidra3.11python-bookworm",
"10.1.5ghidra3.11python-bookworm"
]
steps:
- uses: actions/checkout@v3
- name: Overwrite original devcontainer with workflow devcontainer
Expand Down

0 comments on commit e24ef3f

Please sign in to comment.