mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +02:00
Replace AppVeyor testing with GH Actions
This commit is contained in:
parent
45ee662c56
commit
42808161bf
7
.github/workflows/testing.yml
vendored
7
.github/workflows/testing.yml
vendored
@ -13,10 +13,15 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
||||
exclude:
|
||||
- os: windows-latest # only test with Python 3.10 on Windows
|
||||
python-version: ["3.8", "3.9", "3.11", "3.12"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user