Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/actions/checkout-4
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi authored Oct 24, 2023
2 parents d36bcd9 + 4c377ea commit 4de501b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk: [8, 11, 17, 21, 22-ea]
jdk: [8, 11, 17, 21]
runs-on: ubuntu-latest

steps:
Expand All @@ -26,7 +26,7 @@ jobs:
with:
java-version: ${{ matrix.jdk }}
distribution: 'zulu'
- uses: actions/cache@v1
- uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 4de501b

Please sign in to comment.