Skip to content

Commit ff29bb0

Browse files
committed
.github/workflows: Test on-premise also with more python versions
1 parent 2e316d1 commit ff29bb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github-actions-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ["self-hosted"]
5353
strategy:
5454
matrix:
55-
pyver: ["3.9" , "3.11"]
55+
pyver: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14-rc"]
5656
steps:
5757
- uses: actions/checkout@v4
5858
- name: Build docker image

.github/workflows/nightly-onprem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ["self-hosted"]
1111
strategy:
1212
matrix:
13-
pyver: ["3.9" , "3.11"]
13+
pyver: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14-rc"]
1414
branch: ["master", "feature/**"]
1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)