Skip to content

Commit 7648534

Browse files
authored
Updated Flutter versions for the CI and fixed incorrect ubuntu version (#103)
1 parent f54d6d8 commit 7648534

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ on:
77

88
jobs:
99
build_android:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111
name: Flutter version ${{ matrix.flutter_version }} (Android)
1212
strategy:
1313
matrix:
14-
flutter_version: ['3.3.0']
14+
flutter_version: ["3.10.2"]
1515

1616
steps:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-java@v1
1919
with:
20-
java-version: '11.x'
20+
java-version: "11.x"
2121
- uses: subosito/flutter-action@4389e6cbc6cb8a4b18c628ff96ff90be0e926aa8
2222
with:
2323
flutter-version: ${{ matrix.flutter_version }}
@@ -87,7 +87,7 @@ jobs:
8787
name: Flutter version ${{ matrix.flutter_version }} (iOS)
8888
strategy:
8989
matrix:
90-
flutter_version: ['3.3.0']
90+
flutter_version: ["3.10.2"]
9191

9292
steps:
9393
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)