mirror of
https://github.com/django-components/django-components.git
synced 2025-09-22 13:42:27 +00:00
Update tests.yml (#1137)
This commit is contained in:
parent
68ede4f662
commit
eed15d32ab
1 changed files with 3 additions and 3 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
|
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
|
||||||
os: [ubuntu-20.04, windows-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Configure git to handle long paths
|
# Configure git to handle long paths
|
||||||
|
@ -45,7 +45,7 @@ jobs:
|
||||||
|
|
||||||
# Verify that docs build
|
# Verify that docs build
|
||||||
test_docs:
|
test_docs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.13']
|
python-version: ['3.13']
|
||||||
|
@ -70,7 +70,7 @@ jobs:
|
||||||
|
|
||||||
# Verify that the sample project works
|
# Verify that the sample project works
|
||||||
test_sampleproject:
|
test_sampleproject:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.13']
|
python-version: ['3.13']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue