Skip to content

Commit fc5ccb8

Browse files
committed
Bloc version : Update workflow file
1 parent bf66fac commit fc5ccb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- uses: actions/checkout@v1
1313
- uses: actions/setup-java@v1
1414
with:
15-
java-version: '12.x'
15+
java-version: '17.x'
1616
- uses: subosito/flutter-action@v1
1717
with:
18-
flutter-version: '3.13.9'
18+
flutter-version: '3.27.0'
1919
- run: flutter pub get
2020
- run: flutter analyze
2121
- run: flutter build apk

0 commit comments

Comments
 (0)