Skip to content

Commit

Permalink
ci: update Java version to 17
Browse files Browse the repository at this point in the history
Update the Java version to 17 in the CI workflow to use the Oracle distribution.

Signed-off-by: Rodney Osodo <[email protected]>
  • Loading branch information
rodneyosodo committed Nov 8, 2023
1 parent 84bdf9f commit b780e06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v3
with:
java-version: "12.x"
java-version: 17
distribution: oracle

- name: Setup Flutter
uses: subosito/flutter-action@v2
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: Spell Check

# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows
on:
push:
pull_request:
schedule:
# Run every Tuesday at 8 AM UTC to catch new misspelling detections resulting from dictionary updates.
- cron: "0 8 * * TUE"
- cron: "0 6 * * 0"
workflow_dispatch:
repository_dispatch:

Expand Down

0 comments on commit b780e06

Please sign in to comment.