Skip to content

Commit b58ba51

Browse files
Do not pin patches
1 parent 2fd3b41 commit b58ba51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
strategy:
2626
max-parallel: 1
2727
matrix:
28-
python-version: ['3.9.15', '3.10.8', '3.11.8', '3.12.7', '3.13.3']
29-
toolbox-image-tag: ['1.3.5-0.2.0', '1.5.0-0.2.0', '1.6.0-0.2.0']
28+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
29+
toolbox-image-tag: ['1.3.5-0.2.3', '1.5.0-0.2.3', '1.6.0-0.2.3']
3030
steps:
3131
- name: Checkout base branch
3232
uses: actions/checkout@v3

0 commit comments

Comments
 (0)