Skip to content

Commit

Permalink
Enable build CI for hawtio-4.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Dec 21, 2023
1 parent 6838f18 commit 9e33aad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request_target:
branches:
- main
- hawtio-4.x
paths-ignore:
- '**.md'
push:
Expand All @@ -18,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: ['11', '17']
java: ['11', '17', '21']
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 9e33aad

Please sign in to comment.