Skip to content

Commit 80e9164

Browse files
author
jan
committed
trying to get actions working 1
1 parent e1ced0b commit 80e9164

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/maven.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@ on:
1414

1515
jobs:
1616
build:
17-
17+
strategy:
18+
matrix:
19+
maven-version: [ 3.9 ]
20+
1821
runs-on: ubuntu-latest
22+
container:
23+
image: maven:${{ matrix.maven-version }}
1924

2025
steps:
2126
- name: show Maven

0 commit comments

Comments
 (0)