Skip to content

Commit

Permalink
Update python-app-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SatinWukerORIG authored Sep 12, 2023
1 parent 9a0b0dd commit 2ed7c59
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-app-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ jobs:

runs-on: ubuntu-latest

strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: "3.8"
Expand Down

0 comments on commit 2ed7c59

Please sign in to comment.