Skip to content

Commit

Permalink
Fix Java version in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpleiness committed Aug 20, 2021
1 parent 25ae063 commit 1d87c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up JDK 1.11
uses: actions/setup-java@v2
with:
java-version: 1.11
java-version: '11'
distribution: 'adopt'
- name: Run tests excluding ChrX
run: mvn -Dtest=AllTestsNoChrX test
Expand Down

0 comments on commit 1d87c43

Please sign in to comment.