Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrRogulski committed Jan 28, 2025
1 parent a83a5d6 commit fafd6bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/leancode_cubit_utils-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
- name: Setup Dart
uses: dart-lang/setup-dart@v1
with:
sdk: 3.2
sdk: 3.6

- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.19.x
flutter-version: 3.27.x
cache: true

- name: Publish and release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/leancode_cubit_utils-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
include:
- version: '3.19.x'
- version: '3.27.x'

defaults:
run:
Expand Down

0 comments on commit fafd6bf

Please sign in to comment.