Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debugging issues around specifying the latest patch release #108

Merged
merged 12 commits into from Oct 11, 2023
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@v3
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.