Skip to content

Commit

Permalink
ci: use java 19
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzent03 committed Jan 19, 2023
1 parent 7deffef commit 706eab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/onCommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: "8.x"
java-version: "19.x"
- uses: subosito/flutter-action@v1
with:
channel: "stable"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/onTag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: "8.x"
java-version: "19.x"
- uses: subosito/flutter-action@v1
with:
channel: "stable"
Expand Down

0 comments on commit 706eab8

Please sign in to comment.