Skip to content

Commit

Permalink
Try to fix the build problems
Browse files Browse the repository at this point in the history
  • Loading branch information
MaisiKoleni authored Sep 15, 2021
1 parent 72ae912 commit 68f85be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [11, 12, 13, 14, 15, 16, 17]
java: [11, 12, 13, 14, 15, 16, 17-ea]
name: Java ${{ matrix.java }} Run
steps:
- uses: actions/checkout@v2
Expand All @@ -39,11 +39,11 @@ jobs:
name: Check Code Style
steps:
- uses: actions/checkout@v2
- name: Set up JDK 16
- name: Set up JDK 15
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: 16
java-version: 15
- name: Cache Maven Dependencies
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 68f85be

Please sign in to comment.