File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Run tests
2
2
3
3
on :
4
4
push :
5
- branches : [ master, develop ]
5
+ branches : [ java17 ]
6
6
pull_request :
7
- branches : [ master, develop ]
7
+ branches : [ java17 ]
8
8
9
9
# Cancel job when new commit is pushed for the same build
10
10
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency
@@ -19,11 +19,11 @@ jobs:
19
19
20
20
strategy :
21
21
matrix :
22
- java : ['8', '11 ']
22
+ java : ['17 ']
23
23
24
24
steps :
25
25
- uses : actions/checkout@v2
26
- - name : Set up JDK 11 for x64
26
+ - name : Set up JDK 17 for x64
27
27
uses : actions/setup-java@v2
28
28
with :
29
29
java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change 44
44
45
45
<properties >
46
46
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
47
- <jdk .version>1.8 </jdk .version>
47
+ <jdk .version>17 </jdk .version>
48
48
<oskari .version>${project.version} </oskari .version>
49
49
<!-- Value comes from profile when needed -->
50
50
<module .build.config></module .build.config>
You can’t perform that action at this time.
0 commit comments