Skip to content

Commit

Permalink
Drop support for dotnet3.1 (EOL) (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Aug 30, 2024
1 parent 94e081c commit 3aeba59
Show file tree
Hide file tree
Showing 28 changed files with 2 additions and 1,929 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ jobs:
working-directory: runtime
run: |
SHORT_COMMIT=$(git rev-parse --short "$GITHUB_SHA")
./gradlew :core:dotnet3.1:distDocker -PdockerRegistry=docker.io -PdockerImagePrefix=openwhisk -PdockerImageTag=nightly
./gradlew :core:dotnet3.1:distDocker -PdockerRegistry=docker.io -PdockerImagePrefix=openwhisk -PdockerImageTag=$SHORT_COMMIT
./gradlew :core:net6.0:distDocker -PdockerRegistry=docker.io -PdockerImagePrefix=openwhisk -PdockerImageTag=nightly
./gradlew :core:net6.0:distDocker -PdockerRegistry=docker.io -PdockerImagePrefix=openwhisk -PdockerImageTag=$SHORT_COMMIT
- name: Push Release Images
Expand All @@ -98,9 +96,7 @@ jobs:
run: |
RUNTIME_VERSION=${GITHUB_REF_NAME%@*}
IMAGE_TAG=${GITHUB_REF_NAME##*@}
if [ ${RUNTIME_VERSION} == "3.1" ]; then
RUNTIME="dotnet3.1"
elif [ ${RUNTIME_VERSION} == "6.0" ]; then
if [ ${RUNTIME_VERSION} == "6.0" ]; then
RUNTIME="net6.0"
fi
./gradlew :core:$RUNTIME:distDocker -PdockerRegistry=docker.io -PdockerImagePrefix=openwhisk -PdockerImageTag=$IMAGE_TAG
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,10 @@ namespace Apache.OpenWhisk.Tests.Dotnet

## Changelogs

- [.NET Core 3.1 CHANGELOG.md](core/dotnet3.1/CHANGELOG.md)
- [.NET 6.0 CHANGELOG.md](core/net6.0/CHANGELOG.md)

## Quick Start Guides

- [.NET Core 3.1](core/dotnet3.1/QUICKSTART.md)
- [.NET Core 6.0](core/net6.0/QUICKSTART.md)

# License
Expand Down
47 changes: 0 additions & 47 deletions core/dotnet3.1/CHANGELOG.md

This file was deleted.

42 changes: 0 additions & 42 deletions core/dotnet3.1/Dockerfile

This file was deleted.

238 changes: 0 additions & 238 deletions core/dotnet3.1/QUICKSTART.md

This file was deleted.

20 changes: 0 additions & 20 deletions core/dotnet3.1/build.gradle

This file was deleted.

Loading

0 comments on commit 3aeba59

Please sign in to comment.