mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
Use strings for build matrix
This commit is contained in:
parent
62e5680eaf
commit
78ca6f1a87
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -5,8 +5,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.8, 3.9, 3.10]
|
||||
node-version: [14.x]
|
||||
python-version: ['3.8', '3.9', '3.10']
|
||||
node-version: ['14.x']
|
||||
services:
|
||||
redis:
|
||||
image: redis
|
||||
|
Loading…
Reference in New Issue
Block a user