mirror of
https://github.com/django-components/django-components.git
synced 2025-09-20 12:49:45 +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:
|
||||
matrix:
|
||||
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:
|
||||
# Configure git to handle long paths
|
||||
|
@ -45,7 +45,7 @@ jobs:
|
|||
|
||||
# Verify that docs build
|
||||
test_docs:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.13']
|
||||
|
@ -70,7 +70,7 @@ jobs:
|
|||
|
||||
# Verify that the sample project works
|
||||
test_sampleproject:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.13']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue