Skip to content

Commit

Permalink
Build on JDK 11 on 2.x branch
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis committed Jan 10, 2025
1 parent 507bd42 commit 028fa12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 21
java-version: 17
distribution: temurin
- name: Spotless Check
run: ./gradlew spotlessCheck
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 21
java-version: 11
distribution: temurin
- name: Javadoc CheckStyle
run: ./gradlew checkstyleMain
Expand All @@ -45,6 +45,7 @@ jobs:
strategy:
matrix:
java:
- 11
- 21
- 23
name: Linux JDK ${{ matrix.java }}
Expand Down Expand Up @@ -84,6 +85,7 @@ jobs:
strategy:
matrix:
java:
- 11
- 21
- 23
name: Windows JDK ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
java-version: 11
- uses: actions/checkout@v4
- uses: aws-actions/[email protected]
with:
Expand Down

0 comments on commit 028fa12

Please sign in to comment.