mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Fix syntax error in testing.yml
This commit is contained in:
parent
19fd7d2193
commit
718269e5b3
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: ubuntu-latest
|
||||
os: ["ubuntu-latest"]
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
||||
include:
|
||||
# only test with Python 3.10 on Windows
|
||||
|
Loading…
Reference in New Issue
Block a user