Skip to content

Commit 7e44197

Browse files
committed
Update ci.yml
Signed-off-by: Simon Schrottner <[email protected]>
1 parent 75fa38f commit 7e44197

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.github/workflows/ci.yml

+11-8
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,19 @@ on:
1010

1111
jobs:
1212
main:
13-
runs-on: ubuntu-latest
1413
strategy:
1514
matrix:
16-
build:
17-
- java: 17
18-
profile: codequality
19-
- java: 11
20-
profile: java11
21-
- java: 8
22-
profile: java8
15+
os: [ubuntu-latest]
16+
build:
17+
- java: 17
18+
profile: codequality
19+
- java: 11
20+
profile: java11
21+
- java: 8
22+
profile: java8
23+
24+
name: with Java ${{ matrix.build.java }}
25+
runs-on: ${{ matrix.os}}
2326
steps:
2427
- name: Checkout Repository
2528
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

0 commit comments

Comments
 (0)