File tree 1 file changed +19
-9
lines changed
1 file changed +19
-9
lines changed Original file line number Diff line number Diff line change 4
4
schedule :
5
5
- cron : ' 0 0 10 * *'
6
6
jobs :
7
- build-18 -8 :
8
- runs-on : ubuntu-18 .04
7
+ build-20 -8 :
8
+ runs-on : ubuntu-20 .04
9
9
steps :
10
10
- uses : actions/checkout@v1
11
11
- run : sudo apt-get update && sudo apt-get install openjdk-8-jdk maven && mvn clean install --batch-mode
12
- build-18 -11 :
13
- runs-on : ubuntu-18 .04
12
+ build-20 -11 :
13
+ runs-on : ubuntu-20 .04
14
14
steps :
15
15
- uses : actions/checkout@v1
16
16
- run : sudo apt-get update && sudo apt-get install openjdk-11-jdk maven && mvn clean install --batch-mode
17
- build-20-8 :
17
+ build-20-14 :
18
18
runs-on : ubuntu-20.04
19
+ steps :
20
+ - uses : actions/checkout@v1
21
+ - run : sudo apt-get update && sudo apt-get install openjdk-14-jdk maven && mvn clean install --batch-mode
22
+ build-22-8 :
23
+ runs-on : ubuntu-22.04
19
24
steps :
20
25
- uses : actions/checkout@v1
21
26
- run : sudo apt-get update && sudo apt-get install openjdk-8-jdk maven && mvn clean install --batch-mode
22
- build-20 -11 :
23
- runs-on : ubuntu-20 .04
27
+ build-22 -11 :
28
+ runs-on : ubuntu-22 .04
24
29
steps :
25
30
- uses : actions/checkout@v1
26
31
- run : sudo apt-get update && sudo apt-get install openjdk-11-jdk maven && mvn clean install --batch-mode
27
- build-20 -14 :
28
- runs-on : ubuntu-20 .04
32
+ build-22 -14 :
33
+ runs-on : ubuntu-22 .04
29
34
steps :
30
35
- uses : actions/checkout@v1
31
36
- run : sudo apt-get update && sudo apt-get install openjdk-14-jdk maven && mvn clean install --batch-mode
37
+ build-22-17 :
38
+ runs-on : ubuntu-22.04
39
+ steps :
40
+ - uses : actions/checkout@v1
41
+ - run : sudo apt-get update && sudo apt-get install openjdk-17-jdk maven && mvn clean install --batch-mode
You can’t perform that action at this time.
0 commit comments