We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd63cd commit e43869dCopy full SHA for e43869d
1 file changed
.github/workflows/maven.yml
@@ -15,36 +15,6 @@ on:
15
branches: [ "master" ]
16
17
jobs:
18
- build_jdk11:
19
-
20
- runs-on: ubuntu-latest
21
22
- steps:
23
- - uses: actions/checkout@v4
24
- - name: Set up JDK 11
25
- uses: actions/setup-java@v4
26
- with:
27
- java-version: '11'
28
- distribution: 'temurin'
29
- cache: maven
30
- - name: Build and test with JDK 11
31
- run: mvn -B package --file pom.xml
32
33
- build_jdk17:
34
35
36
37
38
39
- - name: Set up JDK 17
40
41
42
- java-version: '17'
43
44
45
- - name: Build and test with JDK 17
46
47
48
build_jdk21:
49
50
runs-on: ubuntu-latest
0 commit comments