Skip to content

Commit

Permalink
Merge pull request #140 from kieler/Eddykasp-patch-1
Browse files Browse the repository at this point in the history
Update java version requirements
  • Loading branch information
Eddykasp authored Aug 29, 2022
2 parents e41ed10 + 56c84f4 commit 1725769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: 8
java-version: 11
distribution: adopt
- name: Cache Maven packages
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<!-- Define a few properties used throughout all build profiles. -->
<properties>
<tycho-version>1.7.0</tycho-version>
<targetJdk>1.8</targetJdk>
<targetJdk>11</targetJdk>
<xtext-version>2.22.0</xtext-version>
<elk-version>0.8.1</elk-version>

Expand Down

0 comments on commit 1725769

Please sign in to comment.