Skip to content

Commit

Permalink
debugging issues around specifying the latest patch release (#108)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
devoncarew committed Oct 11, 2023
1 parent cd21d0e commit b64355a
Show file tree
Hide file tree
Showing 11 changed files with 392 additions and 361 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Expand Up @@ -94,7 +94,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
sdk: [2.19, 3.1]
sdk: [2.19, 3.0, 3.1]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -91,7 +91,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
sdk: [3.1, stable, beta, dev]
sdk: [3.1, stable, beta]
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -7,7 +7,7 @@ inputs:
sdk:
description: >-
This can be either the channel to install (i.e., 'stable', 'beta', 'dev'),
an SDK release version (i.e., `2.19`, `3.1`), or a specific SDK version
an SDK release version (i.e., '2.19', '3.1'), or a specific SDK version
(i.e, '2.19.1', '3.0.0-1.4.beta').
required: false
default: "stable"
Expand Down
3 changes: 1 addition & 2 deletions dist/index.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b64355a

Please sign in to comment.