Skip to content

Commit 2c60b21

Browse files
authored
Merge pull request #539 from digital-preservation/updateGithubActions
Update GitHub Actions
2 parents 99da52c + 2832fd4 commit 2c60b21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ubuntu-latest, macos-13, windows-latest]
16-
jdk: [11, 17, 21]
15+
os: [ubuntu-latest, macos-latest, windows-latest]
16+
jdk: [21]
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Set up JDK
21-
uses: actions/setup-java@v3
21+
uses: actions/setup-java@v4
2222
with:
2323
java-version: ${{ matrix.jdk }}
2424
distribution: temurin
2525
- name: Cache Maven packages
26-
uses: actions/cache@v3
26+
uses: actions/cache@v4
2727
with:
2828
path: ~/.m2
2929
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)