Skip to content

Commit ef0bdff

Browse files
committed
chore: remove v18 from CI and update ubuntu image version for csharp codegens in ci
1 parent a5ceba2 commit ef0bdff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 10
1515
matrix:
16-
node-version: [ 18.x, 20.x ]
16+
node-version: [ 20.x ]
1717
language-variant: [ 'csharp-httpclient', 'csharp-restsharp', 'curl', 'dart-dio', 'dart-http', 'golang', 'http',
1818
'java-okhttp', 'java-unirest', 'js-fetch', 'js-jquery', 'js-xhr', 'kotlin-okhttp', 'libcurl',
1919
'nodejs-axios', 'nodejs-native', 'nodejs-request', 'nodejs-unirest', 'objective-c', 'ocaml-cohttp',

codegens/csharp-httpclient/test/ci-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sudo apt-get update
55
echo "Installing dependencies required for tests in codegens/csharp-httpclient"
66
# Install latest .net6.0 sdk
77
pushd ./codegens/csharp-httpclient &>/dev/null;
8-
wget -q https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
8+
wget -q https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
99
sudo dpkg -i packages-microsoft-prod.deb
1010
sudo apt-get install apt-transport-https
1111
sudo apt-get update

codegens/csharp-restsharp/test/ci-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -ev; # stop on error
44
sudo apt-get update
55
echo "Installing dependencies required for tests in codegens/csharp-restsharp"
66
pushd ./codegens/csharp-restsharp &>/dev/null;
7-
wget -q https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
7+
wget -q https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
88
sudo dpkg -i packages-microsoft-prod.deb
99
sudo apt-get install apt-transport-https
1010
sudo apt-get update

0 commit comments

Comments
 (0)