1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 09:18:08 +00:00

Fix syntax error in testing.yml

This commit is contained in:
grossmj 2024-10-19 16:23:46 +10:00
parent 19fd7d2193
commit 718269e5b3
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD

View File

@ -17,7 +17,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: ubuntu-latest os: ["ubuntu-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include: include:
# only test with Python 3.10 on Windows # only test with Python 3.10 on Windows