File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
# This workflow is triggered each time
4
4
# commits are pushed to GitHub or a pull request is opened.
5
5
# It launches three jobs in parallel : a build with java 8,
6
- # a build with java 11 and a SonarCloud analysis.
6
+ # a build with java 17 and a SonarCloud analysis.
7
7
---
8
8
name : Java CI
9
9
13
13
14
14
build :
15
15
runs-on : ubuntu-latest
16
- name : Java 11 CI
16
+ name : Java 17 CI
17
17
steps :
18
18
- name : Check out repository code
19
19
uses : actions/checkout@v2
23
23
uses : actions/setup-java@v2
24
24
with :
25
25
distribution : ' adopt'
26
- java-version : 11
26
+ java-version : 17
27
27
- name : Cache Maven packages
28
28
uses : actions/cache@v2
29
29
with :
47
47
uses : actions/setup-java@v2
48
48
with :
49
49
distribution : ' adopt'
50
- java-version : ' 11 '
50
+ java-version : ' 17 '
51
51
- name : Cache Maven packages
52
52
uses : actions/cache@v2
53
53
with :
You can’t perform that action at this time.
0 commit comments