Skip to content

Commit

Permalink
Added JDK 22 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Mar 21, 2024
1 parent 88b9259 commit ce7283d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
java-version: [ 17, 20 ]
java-version: [17, 21, 22]

steps:
- name: Checkout source repository
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v3
with:
distribution: 'temurin'
distribution: "temurin"
java-version: ${{ matrix.java-version }}

- name: Run tests
Expand All @@ -30,4 +30,4 @@ jobs:
./bld javadoc
./bld dokka-html
./bld dokka-gfm
./bld dokka-jekyll
./bld dokka-jekyll
Binary file modified lib/bld/bld-wrapper.jar
Binary file not shown.

0 comments on commit ce7283d

Please sign in to comment.