Skip to content

Commit

Permalink
Added Java 23 support for CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Sep 19, 2024
1 parent e9cf1f4 commit 99582f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [11, 17, 21, 22]
java: [11, 17, 21, 22, 23]

steps:
- uses: actions/checkout@v4
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
java: [11, 17, 21, 22]
java: [11, 17, 21, 22, 23]

steps:
- uses: actions/checkout@v4
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
java: [11, 17, 21, 22]
java: [11, 17, 21, 22, 23]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 99582f6

Please sign in to comment.