use python version 3.10
Some checks failed
Docker Compose Linter / Docker Compose Linter (3.10) (push) Failing after 3s
Some checks failed
Docker Compose Linter / Docker Compose Linter (3.10) (push) Failing after 3s
This commit is contained in:
parent
4816dd8929
commit
b18a5c0789
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.9"]
|
python-version: ["3.10"]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue