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

View File

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

View File

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