Skip to content

Commit

Permalink
8 & 11 ?
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Feb 12, 2024
1 parent 7117393 commit 3fd2d81
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/georchestra-gn4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ jobs:
path: "georchestra"

- name: "Setting up Java"
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: |
8
11
distribution: 'adopt'
cache: 'maven'

Expand Down

0 comments on commit 3fd2d81

Please sign in to comment.