Skip to content

Commit de55122

Browse files
committed
ci(test): update flutter version and remove java setup
1 parent f0a7bba commit de55122

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,14 @@ on:
88
workflow_dispatch:
99

1010
env:
11-
CI_FLUTTER_VERSION: '3.24.x'
11+
CI_FLUTTER_VERSION: '3.29.x'
1212

1313
jobs:
1414
flutter_test:
1515
name: Flutter test
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: actions/setup-java@v4
20-
with:
21-
distribution: 'zulu'
22-
java-version: '11'
2319
- uses: subosito/flutter-action@v2
2420
with:
2521
flutter-version: ${{env.CI_FLUTTER_VERSION}}

0 commit comments

Comments
 (0)