Skip to content

Commit

Permalink
Run also a JDK 21 build
Browse files Browse the repository at this point in the history
Even though Gradle doesn't officially support it yet
  • Loading branch information
boris-petrov committed Oct 21, 2023
1 parent 8767b87 commit fa9f4d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
- java: 17
gradle: '8.4'

- java: 21
gradle: '8.4'

env:
TEST_ALL_CONTAINERS: ${{ matrix.container }}
GRADLE_VERSION: ${{ matrix.gradle }}
Expand Down

0 comments on commit fa9f4d4

Please sign in to comment.