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 7117393 commit 12b47a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/georchestra-gn4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
path: "georchestra"

- name: "Setting up Java"
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1386,7 +1386,7 @@
<configuration>
<toolchains>
<jdk>
<version>8</version>
<version>11</version>
</jdk>
</toolchains>
</configuration>
Expand Down

0 comments on commit 12b47a0

Please sign in to comment.