Skip to content

Commit e43869d

Browse files
committed
Keep only Java 21 test
1 parent 9dd63cd commit e43869d

1 file changed

Lines changed: 0 additions & 30 deletions

File tree

.github/workflows/maven.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -15,36 +15,6 @@ on:
1515
branches: [ "master" ]
1616

1717
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-
runs-on: ubuntu-latest
36-
37-
steps:
38-
- uses: actions/checkout@v4
39-
- name: Set up JDK 17
40-
uses: actions/setup-java@v4
41-
with:
42-
java-version: '17'
43-
distribution: 'temurin'
44-
cache: maven
45-
- name: Build and test with JDK 17
46-
run: mvn -B package --file pom.xml
47-
4818
build_jdk21:
4919

5020
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)