Skip to content

Commit

Permalink
Update workflows (#231)
Browse files Browse the repository at this point in the history
Use more recent versions of NodeJS and Python
  • Loading branch information
komalali authored Apr 1, 2024
1 parent 8083e3e commit ff7b723
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ jobs:
dotnetversion: [3.1.301]
goversion: [1.20.x]
language: [nodejs, python, dotnet, java, go]
nodeversion: [14.x]
pythonversion: ["3.7"]
nodeversion: [20.x]
pythonversion: ["3.11"]
javaversion: ["11"]
prerequisites:
name: prerequisites
Expand Down Expand Up @@ -286,8 +286,8 @@ jobs:
matrix:
dotnetversion: [3.1.301]
goversion: [1.20.x]
nodeversion: [14.x]
pythonversion: ["3.7"]
nodeversion: [20.x]
pythonversion: ["3.11"]
javaversion: ["11"]
test:
name: test
Expand Down Expand Up @@ -380,8 +380,8 @@ jobs:

dotnetversion: [3.1.301]
goversion: [1.20.x]
nodeversion: [14.x]
pythonversion: ["3.7"]
nodeversion: [20.x]
pythonversion: ["3.11"]
javaversion: ["11"]
name: main
"on":
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ jobs:
- java
# yaml doesn't need an sdk :)
nodeversion:
- 14.x
- 20.x
pythonversion:
- "3.9"
- "3.11"
javaversion:
- "11"
8 changes: 4 additions & 4 deletions .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
dotnetversion: [ 3.1.301 ]
goversion: [ 1.20.x ]
language: [ nodejs, python, dotnet, go, java ]
nodeversion: [ 14.x ]
pythonversion: [ 3.7 ]
nodeversion: [ 20.x ]
pythonversion: [ 3.11 ]
javaversion: [ 11 ]
steps:
- name: Checkout Repo
Expand Down Expand Up @@ -165,8 +165,8 @@ jobs:

dotnetversion: [3.1.301]
goversion: [1.20.x]
nodeversion: [14.x]
pythonversion: [3.7]
nodeversion: [20.x]
pythonversion: [3.11]
javaversion: [11]
steps:
- name: Checkout Repo
Expand Down

0 comments on commit ff7b723

Please sign in to comment.