mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-10 17:13:07 +08:00
Update GH actions to support py3.9
This commit is contained in:
parent
86ff3b6870
commit
2fd6ea254d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/theHarvester.yml
vendored
1
.github/workflows/theHarvester.yml
vendored
|
@ -13,6 +13,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
continue-on-error: '3.9'
|
||||||
python-version: ['3.7', '3.8', '3.9']
|
python-version: ['3.7', '3.8', '3.9']
|
||||||
name: Python ${{ matrix.python-version }}
|
name: Python ${{ matrix.python-version }}
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue