diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a90a3729f..4143331f5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,11 +29,11 @@ jobs: - uses: ruby/setup-ruby@v1 with: bundler-cache: true - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: '11' + java-version: '17' - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Lint checks diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fe76d8f32..480adab2a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,11 +25,11 @@ jobs: steps: - name: checkout uses: actions/checkout@v3 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: '11' + java-version: '17' - name: run tests uses: reactivecircus/android-emulator-runner@v2 with: