diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bca496d..4645839 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,10 @@ name: Python CI on: push: branches: - - master + - master pull_request: branches: - - '**' + - '**' jobs: run_tests: @@ -15,10 +15,8 @@ jobs: strategy: matrix: os: - - ubuntu-20.04 - python-version: - - 3.8 - + - ubuntu-20.04 + python-version: [3.8, '3.8', '3.12'] steps: - uses: actions/checkout@v4 - name: setup python