Skip to content

Commit

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

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

- name: "Installing the geOrchestra root pom"
Expand Down

0 comments on commit 68ccbe4

Please sign in to comment.