Skip to content

Commit

Permalink
Update CI build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Apr 18, 2024
1 parent 146c96f commit c7fabe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Build
on:
pull_request_target:
branches:
- main
- hawtio-4.x
paths-ignore:
- '**.md'
push:
branches:
- main
- hawtio-4.x
paths-ignore:
- '**.md'

Expand All @@ -18,7 +18,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 c7fabe9

Please sign in to comment.