From 39a7aeb873e0541e23f738001d570965a856f5a7 Mon Sep 17 00:00:00 2001 From: Julian Steenbakker Date: Thu, 17 Feb 2022 22:51:44 +0100 Subject: [PATCH] ci: update java --- .github/workflows/dart.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index cb6404b..8619b7f 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -11,7 +11,8 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-java@v2.5.0 with: - java-version: '12.x' + distribution: 'temurin' + java-version: '11' - uses: subosito/flutter-action@v2.3.0 - name: Version run: flutter doctor -v @@ -20,4 +21,4 @@ jobs: - name: Format run: flutter format -n --set-exit-if-changed . - name: Linter - run: flutter analyze \ No newline at end of file + run: flutter analyze