We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aadefc commit b29d799Copy full SHA for b29d799
.github/workflows/mvn.yml
@@ -12,15 +12,15 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- os: [ubuntu-22.04] # , windows-2024, macos-12
+ os: [ubuntu-22.04, windows-2024, macos-12]
16
java: [11, 17, 19]
17
steps:
18
- uses: actions/checkout@v4
19
- uses: actions/setup-java@v4
20
with:
21
distribution: 'temurin'
22
java-version: ${{ matrix.java }}
23
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
24
25
path: ~/.m2/repository
26
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments