Skip to content

Commit

Permalink
Add a JDK-21 build to the GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-petrov committed Feb 5, 2024
1 parent bb6c27b commit 5ab678e
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.6'

- java: 21
gradle: '8.6'

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

0 comments on commit 5ab678e

Please sign in to comment.