Skip to content

Commit

Permalink
featci: add java 11 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Jul 15, 2023
1 parent 67ef166 commit 7541ae5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
with:
paths: "**/*.md"

- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'

- name: Flutter action
uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit 7541ae5

Please sign in to comment.