Skip to content

Commit c5c3cad

Browse files
author
Roman
committed
rename and add matrix
1 parent 0ea2338 commit c5c3cad

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/unit-and-integration-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,16 @@ on:
77
types: [opened, synchronize, reopened, edited]
88

99
jobs:
10-
tests:
10+
unit-and-integration-tests:
1111
if: github.event.pull_request.draft == false
1212
runs-on: ubuntu-latest
1313

14+
strategy:
15+
fail-fast: false
16+
max-parallel: 5
17+
matrix:
18+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
19+
1420
steps:
1521
- name: Checkout repository
1622
uses: actions/checkout@v4

0 commit comments

Comments
 (0)