Skip to content

Commit 7595cd1

Browse files
committed
chore: update the dotnet version used in GitHub Actions
1 parent fcf47ef commit 7595cd1

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ jobs:
176176
17
177177
21
178178
25
179+
- uses: actions/setup-dotnet@v5
180+
with:
181+
dotnet-version: '10.0.x'
179182
# Install and configure Rust & Cargo Lambda
180183
- name: Install and configure Rust & Cargo Lambda
181184
if: ${{ matrix.os == 'ubuntu-latest' }}

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,11 @@ jobs:
173173
mvn --version
174174
gradle --version
175175
176-
- name: Install .NET 8 SDK
176+
- name: Install .NET 10 SDK
177177
if: contains(fromJSON('["build-integ-java-python-provided", "build-integ-dotnet-node-ruby", "build-integ-arm64"]'), matrix.test_suite) && matrix.container_runtime == 'no-container' || matrix.test_suite == 'other-and-e2e'
178178
uses: actions/setup-dotnet@v5
179179
with:
180-
dotnet-version: '8.0.x'
180+
dotnet-version: '10.0.x'
181181

182182
- name: Set up Ruby 3.3.7
183183
if: (contains(fromJSON('["build-integ","build-integ-dotnet-node-ruby", "build-integ-arm64"]'), matrix.test_suite) && matrix.container_runtime == 'no-container') || matrix.test_suite == 'other-and-e2e'

0 commit comments

Comments
 (0)