We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d49f9 commit 85c7639Copy full SHA for 85c7639
.github/workflows/maven.yml
@@ -3,9 +3,6 @@
3
4
name: Java CI with Maven
5
6
-
7
8
9
on:
10
push:
11
branches: [ master ]
@@ -14,22 +11,15 @@ on:
14
15
12
jobs:
16
13
build:
17
- strategy:
18
- matrix:
19
- maven-version: [ 3.9 ]
20
+
21
runs-on: ubuntu-latest
22
- container:
23
- image: maven:${{ matrix.maven-version }}
24
25
steps:
26
- - name: show Maven
27
- run: mvn -version
28
29
- uses: actions/checkout@v2
30
- - name: Set up make
31
- run: sudo apt-get install build-essential
32
+ - name: Set up Maven
+ uses: stCarolas/[email protected]
+ with:
+ maven-version: 3.9.6
33
- name: Set up JDK 17
34
uses: actions/setup-java@v2
35
with:
0 commit comments