Skip to content

Commit

Permalink
Use Java 17 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
louisjdmartin authored Jan 8, 2024
1 parent c6ccb1c commit 13321c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '11', '17', '21' ]
java: [ '11', '17' ]
name: Java ${{ matrix.Java }} CI
steps:
- name: Check out repository code
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '21'
java-version: '17'
- name: Cache Maven packages
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 13321c9

Please sign in to comment.