We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99da52c + 2832fd4 commit 2c60b21Copy full SHA for 2c60b21
.github/workflows/ci.yml
@@ -12,18 +12,18 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- os: [ubuntu-latest, macos-13, windows-latest]
16
- jdk: [11, 17, 21]
+ os: [ubuntu-latest, macos-latest, windows-latest]
+ jdk: [21]
17
runs-on: ${{ matrix.os }}
18
steps:
19
- uses: actions/checkout@v4
20
- name: Set up JDK
21
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
22
with:
23
java-version: ${{ matrix.jdk }}
24
distribution: temurin
25
- name: Cache Maven packages
26
- uses: actions/cache@v3
+ uses: actions/cache@v4
27
28
path: ~/.m2
29
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments