Skip to content

Commit b64355a

Browse files
authored
debugging issues around specifying the latest patch release (#108)
* debugging issues around specifying the latest patch release * exitCode as a field * handle converting '3' to '3.0' * wrap sdk values in quotes * address process exit code issue * restore int => double promotion code * review comments * comments * set the process.exitCode value * re-test process.exitCode * remove temporary test * Update build.yml
1 parent cd21d0e commit b64355a

File tree

11 files changed

+392
-361
lines changed

11 files changed

+392
-361
lines changed

.github/workflows/dart.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
runs-on: ubuntu-latest
9595
strategy:
9696
matrix:
97-
sdk: [2.19, 3.1]
97+
sdk: [2.19, 3.0, 3.1]
9898
fail-fast: false
9999
steps:
100100
- uses: actions/checkout@v4

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
strategy:
9292
matrix:
9393
os: [ubuntu-latest, macos-latest, windows-latest]
94-
sdk: [3.1, stable, beta, dev]
94+
sdk: [3.1, stable, beta]
9595
steps:
9696
- uses: actions/checkout@v3
9797
- uses: dart-lang/setup-dart@v1

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
sdk:
88
description: >-
99
This can be either the channel to install (i.e., 'stable', 'beta', 'dev'),
10-
an SDK release version (i.e., `2.19`, `3.1`), or a specific SDK version
10+
an SDK release version (i.e., '2.19', '3.1'), or a specific SDK version
1111
(i.e, '2.19.1', '3.0.0-1.4.beta').
1212
required: false
1313
default: "stable"

dist/index.mjs

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)