Skip to content

Commit

Permalink
Add Java 21 to build matrix, enable github-actions dependabot updates (
Browse files Browse the repository at this point in the history
…#408)

Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar authored Dec 7, 2023
1 parent 393b981 commit 38183fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ updates:
- dependency-name: org.glassfish.jaxb:jaxb-runtime
versions:
- ">= 3.a, < 4"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
time: "10:00"
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
build:
strategy:
matrix:
java: [ 8, 11, 17 ]
java: [ 8, 11, 17, 21 ]
os: [ ubuntu-latest, windows-latest ]
name: "Build with JDK ${{matrix.java}} on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 38183fb

Please sign in to comment.