Skip to content

Commit

Permalink
Move test matrix and update actions versions (#1563)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhelton authored Nov 4, 2024
1 parent 9efbc39 commit eb61d00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Python package

on:
pull_request:
types: [ opened, synchronize, reponend ]
types: [ opened, synchronize, reopened ]

env:
DLX_REST_TESTING: True
Expand All @@ -16,13 +16,13 @@ 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", "3.12"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit eb61d00

Please sign in to comment.