We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75fa38f commit cf9c4e2Copy full SHA for cf9c4e2
.github/workflows/ci.yml
@@ -10,16 +10,19 @@ on:
10
11
jobs:
12
main:
13
- runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- build:
17
- - java: 17
18
- profile: codequality
19
- - java: 11
20
- profile: java11
21
- - java: 8
22
- profile: java8
+ os: [ubuntu-latest]
+ build:
+ - java: 17
+ profile: codequality
+ - java: 11
+ profile: java11
+ - java: 8
+ profile: java8
23
+
24
+ name: with Java ${{ matrix.build.java }}
25
+ runs-on: ${{ matrix.os}}
26
steps:
27
- name: Checkout Repository
28
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
0 commit comments