Skip to content

Commit

Permalink
Merge pull request #1684 from smallrye/ci/java23
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier authored Sep 23, 2024
2 parents e81ad9a + 90e147d commit e098279
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
strategy:
matrix:
java: [
{ 'version': '11', opts: '' },
{ 'version': '11', 'opts': '' },
{ 'version': '17', 'opts': '' },
{ 'version': '21', 'opts': '' }
{ 'version': '21', 'opts': '' },
{ 'version': '23', 'opts': '' }
]
name: Build with Java ${{ matrix.java.version }}
steps:
Expand Down

0 comments on commit e098279

Please sign in to comment.