Skip to content

Commit 054b506

Browse files
committed
Modify versions in tests dot yaml
1 parent 4c0998e commit 054b506

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Checkout repository
1818
id: checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Common steps
2222
id: common
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Run tests with Python ${{ matrix.python-version }} measuring coverage
4141
id: pytest-coverage
42-
if: ${{ matrix.python-version == '3.12' }}
42+
if: ${{ matrix.python-version == '3.13' }}
4343
run: |
4444
export ${{ steps.common.outputs.CONFIG_YAML_ENV_VAR_NAME }}="${{ steps.common.outputs.CONFIG_YAML }}"
4545
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Upload coverage to coveralls
5050
id: coveralls
51-
if: ${{ matrix.python-version == '3.12' }}
51+
if: ${{ matrix.python-version == '3.13' }}
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
run: |

0 commit comments

Comments
 (0)