fix(ci): add new python/node versions to CI

This commit is contained in:
Ashhhleyyy 2024-03-23 11:17:24 +00:00
parent ab2aead17e
commit 4fcd72a2b1
Signed by: ash
GPG key ID: 83B789081A0878FB
2 changed files with 7 additions and 7 deletions

View file

@ -9,8 +9,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9']
node-version: ['14']
python-version: ['3.9', '3.11']
node-version: ['20']
steps:
- uses: actions/checkout@v2
@ -46,8 +46,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8','3.9']
node-version: ['14']
python-version: ['3.8','3.9', '3.11']
node-version: ['20']
steps:
- uses: actions/checkout@v2
@ -82,8 +82,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9']
node-version: ['14']
python-version: ['3.9', '3.11']
node-version: ['20']
steps:
- uses: actions/checkout@v2

View file

@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9]
python-version: [3.8, 3.9, 3.11]
steps:
- uses: actions/checkout@v2