Skip to content

Commit

Permalink
test: remove deprecated Node.js and Python (#2868)
Browse files Browse the repository at this point in the history
* test: remove deprecated node.js and python

Removed Node.js v14.x and Python v3.7. Also added Node.js v20.x.

* Update .github/workflows/tests.yml

Co-authored-by: Christian Clauss <cclauss@me.com>

---------

Co-authored-by: Christian Clauss <cclauss@me.com>
  • Loading branch information
StefanStojanovic and cclauss committed Jun 12, 2023
1 parent 7a3fe1c commit a0b3d1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -19,8 +19,8 @@ jobs:
fail-fast: false
max-parallel: 15
matrix:
node: [14.x, 16.x, 18.x]
python: ["3.7", "3.9", "3.11"]
node: [16.x, 18.x, 20.x]
python: ["3.8", "3.11"]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit a0b3d1c

Please sign in to comment.