Skip to content

Commit

Permalink
fix: ci: bump Java to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
mytja committed Dec 28, 2024
1 parent fa76dcb commit ab08e7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Build web app

on:
push:
branches: main
branches:
- main

jobs:
build-apk:
Expand All @@ -15,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v1
with:
java-version: "12.x"
java-version: "17.x"
- uses: subosito/flutter-action@v2
with:
channel: beta
Expand Down

0 comments on commit ab08e7c

Please sign in to comment.