Skip to content

Commit

Permalink
Retired dotnet6
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Jan 17, 2025
1 parent 9e05757 commit 6263709
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

---

## [2.0.4] 2025-01-17
## [2.0.4 - 2.0.5] 2025-01-17

### Changed

- Previously published version updated default runtimes without doing so as a breaking change; reverted to previous preferred order
- Retired `dotnet6` (deprecated 2024-12-20)

---

Expand Down
9 changes: 1 addition & 8 deletions cjs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ let runtimes = {
'java8.al2',
],
dotnet: [
'dotnet6',
'dotnet8',
],
ruby: [
Expand Down Expand Up @@ -126,13 +125,6 @@ let runtimeVersions = {
patch: null,
wildcard: '8.*',
},
'dotnet6': {
runtime: 'dotnet',
major: '6',
minor: null,
patch: null,
wildcard: '6.*',
},
'ruby3.3': {
runtime: 'ruby',
major: '3',
Expand Down Expand Up @@ -227,6 +219,7 @@ let retiredRuntimes = {
],
dotnet: [
'dotnet7',
'dotnet6',
'dotnet5.0',
'dotnetcore3.1',
'dotnetcore2.1',
Expand Down

0 comments on commit 6263709

Please sign in to comment.