We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b1df3 commit 8fd8d45Copy full SHA for 8fd8d45
2 files changed
.github/workflows/test.yml
@@ -9,6 +9,6 @@ jobs:
9
uses: actions/setup-java@v3.5.1
10
with:
11
distribution: 'temurin'
12
- java-version: '11'
+ java-version: '17'
13
- name: Build & Test
14
run: ./mvnw clean verify
pom.xml
@@ -15,7 +15,7 @@
15
<name>timer</name>
16
<description>timer</description>
17
<properties>
18
- <java.version>11</java.version>
+ <java.version>17</java.version>
19
</properties>
20
<dependencies>
21
<dependency>
0 commit comments