Skip to content

Commit

Permalink
Fix python versions for both tests (test 3.8 - 3.11)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed Feb 22, 2024
1 parent e9f08cb commit 71621c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/prebuild.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: ccpp-prebuild

on:
pull_request:
on: [push]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand All @@ -17,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.8","3.9","3.10","3.11"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.10]
python-version: ["3.8","3.9","3.10","3.11"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 71621c9

Please sign in to comment.