Commit 861478b2 by Jörg Stucke

added os matrix to action for more yara versions

parent aebf2bce
...@@ -4,11 +4,13 @@ on: [pull_request] ...@@ -4,11 +4,13 @@ on: [pull_request]
jobs: jobs:
tests: tests:
runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: [3.6, 3.7, 3.8, 3.9] python-version: [3.6, 3.9]
os: [ubuntu-18.04, ubuntu-20.04]
fail-fast: false
runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment