Skip to content

Commit

Permalink
Excluded Java versions 19 and 20 from continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed Dec 25, 2023
1 parent 9d3bed2 commit cce0bc8
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, 19, 20, 21]
java: [11, 17, 21]

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

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

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

0 comments on commit cce0bc8

Please sign in to comment.