Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RenJiangZhou2163 committed Feb 8, 2025
1 parent 32422f5 commit 11e32f0
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: NetworkOps
name: Test

on:
push:
Expand All @@ -12,7 +12,29 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
nautobot_version: [latest, stable, stable-py3.12, 2.4]
nautobot_version:
[
latest,
latest-py3.12,
latest-py3.12,
latest-py3.11,
latest-py3.10,
latest-py3.9,
latest-py3.8,
stable,
stable-py3.12,
stable-py3.11,
stable-py3.10,
stable-py3.9,
stable-py3.8,
stable-py3.7,
stable-py3.6,
2.4,
2.4-py3.12,
2.4-py3.11,
2.4-py3.10,
2.4-py3.9,
]

steps:
- name: Checkout code
Expand Down

0 comments on commit 11e32f0

Please sign in to comment.