Skip to content

Commit

Permalink
Merge pull request #914 from adamralph/update-sdks
Browse files Browse the repository at this point in the history
update SDKs
  • Loading branch information
adamralph authored Sep 14, 2023
2 parents 29a44a8 + 0b5660c commit 74319c9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,61 +17,61 @@ jobs:
os: macos-11
tests:
framework: net6.0
sdk: "6.0.408"
sdk: "6.0.414"
sdk-major-minor: "6.0"
# current macOS, latest LTS and latest
- job:
os: macos-12
tests:
framework: net6.0
sdk: "6.0.408"
sdk: "6.0.414"
sdk-major-minor: "6.0"
- job:
os: macos-12
tests:
framework: net7.0
sdk: "7.0.302"
sdk: "7.0.401"
sdk-major-minor: "7.0"
# old Linux, latest LTS
- job:
os: ubuntu-20.04
tests:
framework: net6.0
sdk: "6.0.408"
sdk: "6.0.414"
sdk-major-minor: "6.0"
# current Linux, all
- job:
os: ubuntu-22.04
tests:
framework: net6.0
sdk: "6.0.408"
sdk: "6.0.414"
sdk-major-minor: "6.0"
- job:
os: ubuntu-22.04
upload: true
tests:
framework: net7.0
sdk: "7.0.302"
sdk: "7.0.401"
sdk-major-minor: "7.0"
# old Windows, latest LTS
- job:
os: windows-2019
tests:
framework: net6.0
sdk: "6.0.408"
sdk: "6.0.414"
sdk-major-minor: "6.0"
# current Windows, latest LTS and latest
- job:
os: windows-2022
tests:
framework: net6.0
sdk: "6.0.408"
sdk: "6.0.414"
sdk-major-minor: "6.0"
- job:
os: windows-2022
tests:
framework: net7.0
sdk: "7.0.302"
sdk: "7.0.401"
sdk-major-minor: "7.0"
name: ${{ matrix.job.os }}-sdk-${{ matrix.tests.sdk-major-minor }}
runs-on: ${{ matrix.job.os }}
Expand All @@ -80,7 +80,7 @@ jobs:
with:
dotnet-version: |
${{ matrix.tests.sdk }}
7.0.302
7.0.401
- run: dotnet --info
- run: git --version
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/[email protected]
with:
dotnet-version: 7.0.302
dotnet-version: 7.0.401
- uses: actions/[email protected]
- env:
MINVER_VERSION: ${{ vars.MINVER_VERSION }}
Expand Down

0 comments on commit 74319c9

Please sign in to comment.