Skip to content

Commit

Permalink
Merge pull request #382 from apache/java-21
Browse files Browse the repository at this point in the history
Add Java 21 to CI matrix
  • Loading branch information
bdemers authored Sep 25, 2023
2 parents 61a0a36 + 0944f2a commit 66f2b9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

strategy:
matrix:
java: [17]
java: [17, 21]

runs-on: ubuntu-latest

Expand All @@ -49,4 +49,5 @@ jobs:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}

- name: Check License Headers
if: matrix.java == '17'
run: ./mvnw apache-rat:check -V -B --no-transfer-progress

0 comments on commit 66f2b9a

Please sign in to comment.