From 47a5761f05200bfdccc1edc7e60933dee948d8db Mon Sep 17 00:00:00 2001 From: OmarHatem Date: Fri, 22 Sep 2023 19:14:26 +0300 Subject: [PATCH] Update java version in workflow pull latest main changes --- .github/workflows/pr_test_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_test_build.yml b/.github/workflows/pr_test_build.yml index 92d2ad8ba..b67a4d937 100644 --- a/.github/workflows/pr_test_build.yml +++ b/.github/workflows/pr_test_build.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-java@v1 with: - java-version: '8.x' + java-version: '11.x' - name: Flutter action uses: subosito/flutter-action@v1