Skip to content

Commit 85c7639

Browse files
author
jan
committed
revert to pre maven problem and try to upgrade maven
1 parent a4d49f9 commit 85c7639

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

.github/workflows/maven.yml

+5-15
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
name: Java CI with Maven
55

6-
7-
8-
96
on:
107
push:
118
branches: [ master ]
@@ -14,22 +11,15 @@ on:
1411

1512
jobs:
1613
build:
17-
strategy:
18-
matrix:
19-
maven-version: [ 3.9 ]
20-
14+
2115
runs-on: ubuntu-latest
22-
container:
23-
image: maven:${{ matrix.maven-version }}
2416

2517
steps:
26-
- name: show Maven
27-
run: mvn -version
28-
2918
- uses: actions/checkout@v2
30-
- name: Set up make
31-
run: sudo apt-get install build-essential
32-
19+
- name: Set up Maven
20+
uses: stCarolas/[email protected]
21+
with:
22+
maven-version: 3.9.6
3323
- name: Set up JDK 17
3424
uses: actions/setup-java@v2
3525
with:

0 commit comments

Comments
 (0)