Skip to content

Commit

Permalink
Run tests with JDK 21 on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroyer committed Nov 29, 2023
1 parent 7c6e7b6 commit a2c37a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true

# First build and test with JDK 11
# Then run tests with JDK 8 and 17
# Then run tests with JDK 8, 17, and 21
jobs:
linux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 17 ]
java: [ 8, 17, 21 ]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit a2c37a6

Please sign in to comment.