mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
chg: [workflows] Updated python version in matrix workflow strategy.
This commit is contained in:
parent
ea2f1a6eda
commit
0daa5208c7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pythonapp.yaml
vendored
2
.github/workflows/pythonapp.yaml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.8, 3.9, 3.11.0]
|
python-version: [3.8, 3.9, 3.10]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
Loading…
Add table
Reference in a new issue