updated github workflows

This commit is contained in:
Hemna 2023-09-01 14:51:55 -04:00
parent 10bf04929e
commit 4b56e99689
3 changed files with 3 additions and 4 deletions

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}

View File

@ -6,8 +6,7 @@ on:
aprsd_version:
required: true
options:
- 2.5.9
- 2.6.0
- 3.0.0
logLevel:
description: 'Log level'
required: true