Skip to content

Commit f1620ce

Browse files
committed
Changing to only run on stable. I'll create an issue to have them run on more operating systems as well as more Dart SDK versions.
1 parent ef9aefe commit f1620ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/presubmit.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
# Define the Dart SDK versions to test against.
5757
# 'stable' and 'beta' will fetch the latest respective versions.
5858
# You can also specify exact versions like '3.0.0', '3.8.1'.
59-
dart-version: ['3.0.0', 'stable', 'beta', 'dev' ]
59+
# dart-version: ['3.0.0', 'stable', 'beta', 'dev' ]
60+
dart-version: ['stable']
6061
steps:
6162
- name: Checkout code
6263
uses: actions/checkout@v4

0 commit comments

Comments
 (0)