Skip to content

Commit

Permalink
Included Java 22 for continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed Mar 31, 2024
1 parent a27954e commit 33f1456
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [11, 17, 21]
java: [11, 17, 21, 22]

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

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

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

0 comments on commit 33f1456

Please sign in to comment.