mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Need to quote python versions.
Also added 3.11 because why not.
This commit is contained in:
@@ -7,7 +7,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-18.04, ubuntu-20.04, ubuntu22.04, macos-12, windows-2022]
|
||||
python-version: [3.9, 3.10]
|
||||
python-version: ['3.9', '3.10', '3.11']
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user